Change Wyoming port from 10200 to 10300
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m20s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-08 18:57:02 -04:00
parent ad58061b6f
commit e8a3844994
4 changed files with 7 additions and 7 deletions

View File

@@ -36,6 +36,6 @@ WORKDIR /app
COPY server.py config.yaml entrypoint.sh ./
RUN chmod +x entrypoint.sh
EXPOSE 10200
EXPOSE 10300
ENTRYPOINT ["./entrypoint.sh"]