Skip to content

Commit

Permalink
fix #40: start trunk with --no-autoreload flag
Browse files Browse the repository at this point in the history
  • Loading branch information
PetoMPP committed Dec 27, 2023
1 parent 465ed5e commit b2147b4
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 @@ -14,4 +14,4 @@ WORKDIR /front
COPY . .
RUN npm install -D
EXPOSE 8080
CMD trunk serve --release --address 0.0.0.0
CMD trunk serve --no-autoreload --release --address 0.0.0.0

0 comments on commit b2147b4

Please sign in to comment.