Files
web2.0-frontend/docker-compose-frontend.yml
T
2018-08-06 19:54:39 +03:00

10 lines
198 B
YAML

version: '3'
services:
web-frontend:
build: .
image: git.sahkoinsinoorikilta.fi:4567/vtmk/web2.0-frontend
command: ["bash", "-c", "npm run start-prod"]
ports:
- "3000:8080"