From 693f0829d4bc6aeb20cc7b1bf2407fe67676ec37 Mon Sep 17 00:00:00 2001 From: creylopez Date: Fri, 14 Feb 2025 11:19:49 +0000 Subject: [PATCH] Quito EXPOSE --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 01aea4a..9d74955 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ RUN python -m venv /opt/venv && \ # make our entrypoint.sh executable RUN chmod +x config/entrypoint.sh -EXPOSE 80 +# EXPOSE 80 # execute our entrypoint.sh file CMD ["./config/entrypoint.sh"]