Refactor config servers first read to fix docker deploy

This commit is contained in:
2023-06-03 13:20:56 +02:00
parent 8b1b64bd87
commit 0be47b8b88
3 changed files with 42 additions and 20 deletions

View File

@@ -7,4 +7,5 @@ COPY src /opt/mrproxy/src
COPY config/* /etc/mrproxy
WORKDIR /opt/mrproxy
RUN apk add cargo
RUN cargo run --release
RUN cargo build --release
CMD /opt/mrproxy/target/release/minecraft_proxy