Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"]

Loading