Skip to content

Commit

Permalink
Merge pull request #1625 from scpwiki/cargo-watch
Browse files Browse the repository at this point in the history
Add locale folder and config file to cargo watch
  • Loading branch information
Zokhoi authored Sep 28, 2023
2 parents dccba11 + f2d27da commit 6fb106a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/local/dev/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ RUN mkdir /src
COPY ./deepwell /src/deepwell
WORKDIR /src/deepwell

CMD ["/usr/local/cargo/bin/cargo", "watch", "--why", "-x", "run -- /etc/deepwell.toml"]
CMD ["/usr/local/cargo/bin/cargo", "watch", "-w", "/src/deepwell", "-w", "/opt/locales", "-w", "/etc/deepwell.toml", "--why", "-x", "run -- /etc/deepwell.toml"]

0 comments on commit 6fb106a

Please sign in to comment.