diff --git a/Dockerfile b/Dockerfile index 2d10ddf..3b63522 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,4 +30,4 @@ RUN composer install --no-interaction --optimize-autoloader --no-dev RUN chown -R www-data:www-data /var/www/storage /var/www/bootstrap/cache EXPOSE 9000 -CMD ["php-fpm"] \ No newline at end of file +CMD ["php", "artisan", "serve", "--host=0.0.0.0", "--port=9000"] \ No newline at end of file