diff --git a/Dockerfile b/Dockerfile index 4c865d9..33a6376 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 8080 +#EXPOSE 8080 # execute our entrypoint.sh file CMD ["./config/entrypoint.sh"]