diff --git a/Dockerfile b/Dockerfile index 2395791..debaedd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,4 +27,4 @@ RUN composer install --no-interaction --optimize-autoloader --no-dev RUN npm install RUN npm run build -CMD php artisan optimize:clear && php artisan serve --host=0.0.0.0 --port=${PORT:-8080} \ No newline at end of file +CMD php artisan serve --host=0.0.0.0 --port=${PORT:-8080} \ No newline at end of file