diff --git a/ai-tools/Docker/Dockerfile b/ai-tools/Docker/Dockerfile index e4052ad..d1650dc 100644 --- a/ai-tools/Docker/Dockerfile +++ b/ai-tools/Docker/Dockerfile @@ -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"]