mirror of
https://github.com/henry4682/finance_app.git
synced 2026-07-16 00:10:00 +00:00
config: change dockerfile
All checks were successful
Laravel-Oracle-Deploy / redeploy (push) Successful in 13s
All checks were successful
Laravel-Oracle-Deploy / redeploy (push) Successful in 13s
This commit is contained in:
@@ -31,6 +31,6 @@ COPY . /var/www
|
|||||||
# 5. 補上自動載入優化
|
# 5. 補上自動載入優化
|
||||||
RUN composer dump-autoload --optimize --no-dev
|
RUN composer dump-autoload --optimize --no-dev
|
||||||
|
|
||||||
EXPOSE 9000
|
EXPOSE 8000
|
||||||
|
|
||||||
CMD ["php", "/var/www/artisan", "serve", "--host=0.0.0.0", "--port=9000"]
|
CMD ["php", "/var/www/artisan", "serve", "--host=0.0.0.0", "--port=8000"]
|
||||||
Reference in New Issue
Block a user