diff --git a/Cargo.lock b/Cargo.lock index a0992942..6b008a60 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6115,9 +6115,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.13" +version = "0.7.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078" +checksum = "6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034" dependencies = [ "bytes", "futures-core", diff --git a/Dockerfile b/Dockerfile index 1bd1fcc8..fe4ac566 100644 --- a/Dockerfile +++ b/Dockerfile @@ -112,6 +112,7 @@ LABEL org.opencontainers.image.source="https://github.com/andrewgazelka/hyperion org.opencontainers.image.version="0.1.0" ENV TAG_IP="0.0.0.0" \ TAG_PORT="35565" +EXPOSE 35565 ENTRYPOINT ["/tag"] FROM runtime-base AS rust-mc-bot @@ -122,5 +123,6 @@ LABEL org.opencontainers.image.source="https://github.com/andrewgazelka/rust-mc- ENV BOT_SERVER="hyperion-proxy:25565" \ BOT_BOT_COUNT="500" \ BOT_THREADS="4" +EXPOSE 25565 ENTRYPOINT ["/rust-mc-bot"]