diff --git a/Dockerfile b/Dockerfile index 9df732c..350c72a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,4 +6,6 @@ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local RUN composer install RUN a2enmod rewrite RUN a2enmod actions -RUN service apache2 restart \ No newline at end of file +RUN service apache2 restart +EXPOSE 8080 +ENTRYPOINT ["php","-S","0.0.0.0:8080","-t","./public"] \ No newline at end of file