Skip to content

Commit 2cd6feb

Browse files
feat: tag expose 35565 (#866)
1 parent a62a946 commit 2cd6feb

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ LABEL org.opencontainers.image.source="https://github.com/andrewgazelka/hyperion
112112
org.opencontainers.image.version="0.1.0"
113113
ENV TAG_IP="0.0.0.0" \
114114
TAG_PORT="35565"
115+
EXPOSE 35565
115116
ENTRYPOINT ["/tag"]
116117

117118
FROM runtime-base AS rust-mc-bot
@@ -122,5 +123,6 @@ LABEL org.opencontainers.image.source="https://github.com/andrewgazelka/rust-mc-
122123
ENV BOT_SERVER="hyperion-proxy:25565" \
123124
BOT_BOT_COUNT="500" \
124125
BOT_THREADS="4"
126+
EXPOSE 25565
125127
ENTRYPOINT ["/rust-mc-bot"]
126128

0 commit comments

Comments
 (0)