From 4bd71058be78fcb458f6ec0c185622eee1ec13db Mon Sep 17 00:00:00 2001 From: creylopez Date: Thu, 20 Feb 2025 12:40:35 +0000 Subject: [PATCH] Expongo puerto 8080 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3cf47e3..4c865d9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,7 +34,7 @@ RUN echo "export PATH=/opt/venv/bin/:$PATH" >> /root/.bashrc # make our entrypoint.sh executable RUN chmod +x config/entrypoint.sh -# EXPOSE 80 +EXPOSE 8080 # execute our entrypoint.sh file CMD ["./config/entrypoint.sh"]