Browse Source

Reorder

pull/2913/head
Thomas Kaul 2 years ago
parent
commit
14c95384d6
  1. 2
      Dockerfile

2
Dockerfile

@ -52,8 +52,8 @@ RUN yarn database:generate-typings
# Image to run, copy everything needed from builder
FROM node:18-slim
RUN apt update && apt install -y \
openssl \
curl \
openssl \
&& rm -rf /var/lib/apt/lists/*
COPY --from=builder /ghostfolio/dist/apps /ghostfolio/apps

Loading…
Cancel
Save