Files
web2.0-frontend/docker-compose-frontend.yml
T
Aarni Halinen ec8ee95790 Add CI and CD
2018-07-24 20:11:06 +03:00

10 lines
238 B
YAML

version: '3'
services:
web-frontend:
build: .
image: git.sahkoinsinoorikilta.fi:4567/vtmk/web2.0-frontend
command: ["bash", "-c", "cd /code && ./wait-for-it.sh db:5432 -- npm run start-prod"]
ports:
- "3000:8080"