Files
web2.0-frontend/docker-compose.prod.yml
T
2018-08-19 14:19:22 +03:00

10 lines
181 B
YAML

version: '3'
services:
frontend:
build: .
image: git.sahkoinsinoorikilta.fi:4567/vtmk/web2.0-frontend-prod
ports:
- "3000:3000"
command: npm run start-prod