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