diff --git a/Dockerfile b/Dockerfile index 6be42d8..e1e4bf6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,4 +22,6 @@ RUN composer install --optimize-autoloader --no-cache --no-dev \ ENV ENABLE_WEB=true \ ENABLE_HORIZON=true \ ENABLE_REDIS=false + +EXPOSE 7001 CMD ["/usr/bin/supervisord", "-c", "/etc/supervisor/conf.d/supervisord.conf"] \ No newline at end of file