diff --git a/Dockerfile b/Dockerfile index ac6f5f2..436eeaf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,5 +29,7 @@ RUN python -m venv /opt/venv && \ # make our entrypoint.sh executable RUN chmod +x config/entrypoint.sh +EXPOSE 80 + # execute our entrypoint.sh file CMD ["./config/entrypoint.sh"]