mirror of
https://github.com/Aviortheking/CA_LARAVEL.git
synced 2025-06-22 05:39:17 +00:00
Initial Commit !
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
14
docker-compose.override.yml
Executable file
14
docker-compose.override.yml
Executable file
@ -0,0 +1,14 @@
|
||||
version: "3"
|
||||
services:
|
||||
php:
|
||||
image: project
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
args:
|
||||
dev: "yes"
|
||||
volumes:
|
||||
- ./:/project
|
||||
ports:
|
||||
- "127.0.0.1:8000:8000"
|
||||
command: "php artisan serve --host=0.0.0.0 --port=8000"
|
Reference in New Issue
Block a user