Files
web2.0-frontend/docker-compose.yml
T
2018-08-09 00:24:18 +03:00

11 lines
183 B
YAML

version: '3'
services:
web-frontend:
build: .
image: git.sahkoinsinoorikilta.fi:4567/vtmk/web2.0-frontend
ports:
- "3000:8080"
volumes:
- ./src:/app/src