12 lines
224 B
YAML
12 lines
224 B
YAML
version: '3'
|
|
|
|
services:
|
|
frontend:
|
|
build: .
|
|
image: git.sahkoinsinoorikilta.fi:4567/vtmk/web2.0-frontend-prod
|
|
ports:
|
|
- "3000:3000"
|
|
environment:
|
|
API_URL: ${API_URL}
|
|
command: npm run start-prod
|