Skip to content

Commit

Permalink
fix: set flag to fix refresh error in test and prod (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
mheggelund authored Feb 1, 2024
1 parent a700a3f commit 379a44b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN deluser --remove-home node \

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

FROM base AS production

Expand All @@ -48,4 +48,4 @@ RUN deluser --remove-home node \

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

0 comments on commit 379a44b

Please sign in to comment.