run deploy
This commit is contained in:
parent
da8413046d
commit
59c74d7865
|
|
@ -27,4 +27,4 @@ RUN composer install --no-interaction --optimize-autoloader --no-dev
|
||||||
RUN npm install
|
RUN npm install
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
||||||
CMD php artisan migrate --force && php artisan serve --host=0.0.0.0 --port=${PORT:-8080}
|
CMD php artisan optimize:clear && php artisan migrate --force && php artisan serve --host=0.0.0.0 --port=${PORT:-8080}
|
||||||
Loading…
Reference in New Issue