mirror of
https://github.com/Aviortheking/CA_LARAVEL.git
synced 2025-04-24 03:42:14 +00:00
7 lines
105 B
YAML
Executable File
7 lines
105 B
YAML
Executable File
version: "3"
|
|
services:
|
|
php:
|
|
image: project
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile |