Removing obsolete port mappings

This commit is contained in:
2026-04-24 17:48:22 -05:00
parent 11581501e6
commit 3fe59e9740

View File

@@ -58,6 +58,4 @@ RUN rm -rf /tmp/*
RUN mkdir -p /tmp/apps
# 6. Expose Port and define the command used to run the app
EXPOSE 80
EXPOSE 443
CMD ["/home/abaddon/run.sh"]