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