mirror of
https://github.com/Aviortheking/CA_LARAVEL.git
synced 2025-04-23 03:12:12 +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 |