Skip to content

Commit

Permalink
fix: docker flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mheggelund committed Jan 31, 2024
1 parent 7165a22 commit 6387f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN deluser --remove-home node \

USER 1001
EXPOSE 3000
CMD ["serve", "build", "--listen", "3000"]
CMD ["serve", "build", "--listen", "3000", '-s']


FROM base AS test
Expand Down

0 comments on commit 6387f5e

Please sign in to comment.