update
continuous-integration/drone/push Build is passing Details

master
wanggang 4 years ago
parent d47ef796b8
commit 01ea98c2d3

@ -1,3 +1,3 @@
FROM php:8.0.6-fpm-alpine3.13 FROM php:8.0.6-fpm-alpine3.13
COPY . /var/www/html COPY . /var/www/html
ENTRYPOINT ["php","artisan", "serve"] CMD php artisan serve --host=0.0.0.0

@ -14,6 +14,7 @@ services:
# - ./:/var/www/html # - ./:/var/www/html
# command: php artisan serve --host 0.0.0.0 # command: php artisan serve --host 0.0.0.0
dev: dev:
build: . build: . #, "--host 0.0.0.0"
restart: always
ports: ports:
- 8080:8000 - 8080:8000

Loading…
Cancel
Save