mirror of
https://github.com/Steffo99/distributed-arcade.git
synced 2024-11-24 00:54:26 +00:00
Add entrypoint to Dockerfile
This commit is contained in:
parent
3e3c9dc9a8
commit
610ba76cc4
1 changed files with 2 additions and 1 deletions
|
@ -21,3 +21,4 @@ RUN cargo install --path . --all-features --bins
|
||||||
FROM install AS environment
|
FROM install AS environment
|
||||||
|
|
||||||
ENV RUST_LOG "warn,distributed_arcade=info"
|
ENV RUST_LOG "warn,distributed_arcade=info"
|
||||||
|
ENTRYPOINT ["distributed_arcade"]
|
||||||
|
|
Loading…
Reference in a new issue