diff --git a/Dockerfile b/Dockerfile index df7596c..8d90ec1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,4 +14,4 @@ RUN a2enmod actions COPY ./vhost.conf /etc/apache2/sites-available/000-default.conf RUN service apache2 restart -ENTRYPOINT ["php","-S","0.0.0.0:8383","-t","./public"] \ No newline at end of file +ENTRYPOINT ["php","-S","0.0.0.0:80","-t","./public"] \ No newline at end of file