Skip to content

Commit

Permalink
Modify expose port (#46)
Browse files Browse the repository at this point in the history
Modify expose port to match the port in the docker-compose file.
  • Loading branch information
liuby01 authored Jul 29, 2024
1 parent 8fdd840 commit 0685e8c
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 @@ -18,5 +18,5 @@ COPY config.json.example /app/config.json
WORKDIR /app
VOLUME /app

EXPOSE 8080
EXPOSE 8181
CMD ["override"]

0 comments on commit 0685e8c

Please sign in to comment.