This commit is contained in:
Lukas Frischknecht 2023-07-23 20:11:42 +02:00 committed by GitHub
commit 371902daba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View file

@ -22,8 +22,12 @@ COPY --from=builder /app /app
WORKDIR /app
RUN chown -R node:node .
EXPOSE 5005
USER node
ENV NODE_ENV=production
ENV PASSWORD=flame_password

View file

@ -23,8 +23,12 @@ COPY --from=builder /app /app
WORKDIR /app
RUN chown -R node:node .
EXPOSE 5005
USER node
ENV NODE_ENV=production
ENV PASSWORD=flame_password