rudibridge-mirror/docker-compose.yml

12 lines
170 B
YAML
Raw Normal View History

services:
api:
env_file:
- .env.dev
build:
context: ./api
dockerfile: Dockerfile
ports:
- 8080:8080
volumes:
- ./api:/app