12 lines
193 B
YAML
12 lines
193 B
YAML
services:
|
|
frontend:
|
|
build:
|
|
context: .build/dev
|
|
dockerfile: Dockerfile
|
|
volumes:
|
|
- ./:/var/www/html/
|
|
ports:
|
|
- 5173:5173
|
|
env_file:
|
|
- .env
|