Modify expose port (#46)

Modify expose port to match the port in the docker-compose file.
This commit is contained in:
Liu Bingyan 2024-07-29 15:33:11 +08:00 committed by GitHub
parent 8fdd840460
commit 0685e8c153
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -18,5 +18,5 @@ COPY config.json.example /app/config.json
WORKDIR /app
VOLUME /app
EXPOSE 8080
EXPOSE 8181
CMD ["override"]