diff --git a/Dockerfile b/Dockerfile index 78d904133..09cc1323e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -97,7 +97,10 @@ RUN chmod +x /docker-entrypoint.sh RUN chmod +x /init-db.sh RUN chmod +x server/php/shell/main.sh +# Default ports +EXPOSE 80 + # TODO root user should be avoided but required for now ENTRYPOINT ["/docker-entrypoint.sh"] -CMD ["start"] \ No newline at end of file +CMD ["start"]