Skip to content

Commit

Permalink
Add --poll since despite facebook/docusaurus#7951 hot reloading doesn…
Browse files Browse the repository at this point in the history
…'t work yet
  • Loading branch information
SayuShira committed Oct 8, 2023
1 parent 54f79f4 commit 727b987
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 @@ -15,4 +15,4 @@ FROM base
COPY --from=deps /app/node_modules /app/node_modules

EXPOSE 3000
ENTRYPOINT [ "pnpm", "start", "--host", "0.0.0.0"]
ENTRYPOINT [ "pnpm", "start", "--host", "0.0.0.0", "--poll", "1000"]

0 comments on commit 727b987

Please sign in to comment.