mirror of
https://github.com/Steffo99/distributed-arcade.git
synced 2024-11-23 16:44:24 +00:00
Add entrypoint to Dockerfile
This commit is contained in:
parent
3e3c9dc9a8
commit
610ba76cc4
1 changed files with 2 additions and 1 deletions
|
@ -20,4 +20,5 @@ RUN cargo install --path . --all-features --bins
|
|||
|
||||
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