Modify expose port

Modify expose port to match the port in the docker-compose file.
This commit is contained in:
Bingyan 2024-07-29 15:20:12 +08:00 committed by GitHub
parent 8fdd840460
commit 73dab2367e
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 WORKDIR /app
VOLUME /app VOLUME /app
EXPOSE 8080 EXPOSE 8181
CMD ["override"] CMD ["override"]