All checks were successful
Build and Push Nightly CI Image / build_and_push (push) Successful in 1m1s
Build and Push Docker Image / build_and_push (push) Successful in 4s
10 lines
146 B
YAML
10 lines
146 B
YAML
services:
|
|
librecloud-web:
|
|
build: .
|
|
ports:
|
|
- "3019:3000"
|
|
environment:
|
|
- NODE_ENV=production
|
|
restart: unless-stopped
|
|
|