From 2f5ed1733f9ae1225f65e613346c5af216f0b284 Mon Sep 17 00:00:00 2001 From: creylopez Date: Thu, 20 Feb 2025 11:17:02 +0000 Subject: [PATCH] =?UTF-8?q?A=C3=B1ado=20puerto=2080=20para=20crear=20servi?= =?UTF-8?q?ce?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index abcc4fe..bc00bf1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,5 +29,7 @@ RUN python -m venv /opt/venv && \ RUN chmod +x config/entrypoint.sh RUN chmod u+s /usr/sbin/nginx +EXPOSE 80 + # execute our entrypoint.sh file CMD ["./config/entrypoint.sh"]