14 lines
249 B
YAML
14 lines
249 B
YAML
services:
|
|
fuware:
|
|
container_name: fuware-fe
|
|
image: fuware-fe
|
|
build:
|
|
context: .
|
|
target: production
|
|
dockerfile: Dockerfile
|
|
restart: always
|
|
ports:
|
|
- 16001:3000
|
|
environment:
|
|
NODE_ENV: 'production'
|