Skip to content

Commit

Permalink
add Minecraft server port
Browse files Browse the repository at this point in the history
  • Loading branch information
xlmnxp committed Aug 29, 2024
1 parent 385e48f commit f976ef7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@ COPY . ./
# Build the application
RUN cargo build --release

# Expose ports 443 and 80
EXPOSE 443 80
# Expose ports 80, 443 and 25565
EXPOSE 80 443 25565

# Fix colors
ENV TERM=xterm-256color

# Run the application
CMD ["/app/target/release/bridge46"]

0 comments on commit f976ef7

Please sign in to comment.