Skip to content

Commit

Permalink
Updating port
Browse files Browse the repository at this point in the history
  • Loading branch information
mjovanc committed Dec 17, 2024
1 parent 35418f2 commit ca83044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ WORKDIR /usr/src/app
COPY --from=builder /usr/src/app/target/release/x_bot .

# Expose the port the app runs on
EXPOSE 7878
EXPOSE 8080

# Run the application
CMD ["./x_bot"]

0 comments on commit ca83044

Please sign in to comment.