1
Fork 0
mirror of https://github.com/Steffo99/distributed-arcade.git synced 2024-10-16 06:27:30 +00:00

Add entrypoint to Dockerfile

This commit is contained in:
Steffo 2022-11-13 01:14:27 +01:00
parent 3e3c9dc9a8
commit 610ba76cc4
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -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"]