feat(docker): implement step 13 all-in-one runtime defaults and port 80

This commit is contained in:
2026-03-26 19:23:38 -03:00
parent 3895ef864a
commit 860d5f24bd
4 changed files with 7 additions and 3 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 6969
EXPOSE 80
ENTRYPOINT ["/entrypoint.sh"]