mirror of
https://github.com/Steffo99/distributed-arcade.git
synced 2024-11-21 15:44:26 +00:00
Fix docker binary name
This commit is contained in:
parent
d8dc7c2dfa
commit
ece8a70c22
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ FROM debian:buster AS system
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get install -y libssl1.1 ca-certificates
|
RUN apt-get install -y libssl1.1 ca-certificates
|
||||||
RUN rm -rf /var/lib/apt/lists/*
|
RUN rm -rf /var/lib/apt/lists/*
|
||||||
COPY --from=install /usr/local/cargo/bin/revenants_brooch /usr/local/bin/revenants_brooch
|
COPY --from=install /usr/local/cargo/bin/distributed_arcade /usr/local/bin/distributed_arcade
|
||||||
|
|
||||||
FROM system AS entrypoint
|
FROM system AS entrypoint
|
||||||
ENTRYPOINT ["distributed_arcade"]
|
ENTRYPOINT ["distributed_arcade"]
|
||||||
|
|
Loading…
Reference in a new issue