mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-05-13 10:52:28 -04:00
Use entrypoint in dockerfiles
This commit is contained in:
@@ -10,4 +10,4 @@ RUN cargo build
|
||||
RUN rm src/lib.rs
|
||||
|
||||
EXPOSE 7666
|
||||
CMD cargo watch -x run
|
||||
ENTRYPOINT ["cargo", "watch", "-x", "run"]
|
||||
|
||||
Reference in New Issue
Block a user