mirror of
https://github.com/henry4682/finance_app.git
synced 2026-07-16 00:10:00 +00:00
fix: change dockerfile
All checks were successful
Laravel-Oracle-Deploy / redeploy (push) Successful in 48s
All checks were successful
Laravel-Oracle-Deploy / redeploy (push) Successful in 48s
change cmd
This commit is contained in:
@@ -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"]
|
||||
CMD ["php", "artisan", "serve", "--host=0.0.0.0", "--port=9000"]
|
||||
Reference in New Issue
Block a user