feat: update API base URL and change exposed ports to 6969 for frontend and backend services

This commit is contained in:
2026-03-26 17:35:01 -03:00
parent bfeb814c2f
commit 4649aba1d4
7 changed files with 50 additions and 32 deletions

View File

@@ -53,6 +53,6 @@ COPY docker/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
COPY docker/entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
EXPOSE 80
EXPOSE 6969
ENTRYPOINT ["/entrypoint.sh"]