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"]