bigbuffet-rw/packages/pl-fe/compose-dev.yaml

10 lines
157 B
YAML
Raw Normal View History

2022-10-27 10:03:32 -07:00
services:
app:
build:
context: .
dockerfile: Dockerfile.dev
image: pl-fe-dev
2022-10-27 10:03:32 -07:00
ports:
- "3036:3036"
volumes:
- .:/app