fix: Docker

This commit is contained in:
glazk0 2024-02-26 15:16:44 +01:00
parent 71b90e7160
commit 07b0736ea8
No known key found for this signature in database
GPG key ID: E45BF177782B9FEB

View file

@ -31,7 +31,7 @@ COPY --from=deps /app/node_modules /app/node_modules
COPY --from=build /app/build /app/build COPY --from=build /app/build /app/build
# Run as non-root user # Run as non-root user
USER node # USER node
ARG PORT=3000 ARG PORT=3000