From 9750b8b54a9ac8470bed047b30ca57424bcee7e6 Mon Sep 17 00:00:00 2001 From: Celestino Rey Date: Fri, 14 Feb 2025 12:16:09 +0100 Subject: [PATCH] Actualizo puerto --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index c472030..6a27df9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,5 +31,7 @@ RUN echo "export PAHT=/opt/venv/bin/:$PATH" >> /app/.bashrc # make our entrypoint.sh executable RUN chmod +x config/entrypoint.sh +EXPOSE 80 + # execute our entrypoint.sh file CMD ["./config/entrypoint.sh"]