From 2ca0a1b6857f23a447332068d42add770ad173a0 Mon Sep 17 00:00:00 2001 From: creylopez Date: Fri, 21 Feb 2025 12:19:29 +0000 Subject: [PATCH] Cambio de puerto --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 23346e3..ed1aa67 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,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"]