fix: Docker
This commit is contained in:
parent
71b90e7160
commit
07b0736ea8
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ COPY --from=deps /app/node_modules /app/node_modules
|
|||
COPY --from=build /app/build /app/build
|
||||
|
||||
# Run as non-root user
|
||||
USER node
|
||||
# USER node
|
||||
|
||||
ARG PORT=3000
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue