fuware-fe/docker-compose.yml
Sam Liu ab57d64006
All checks were successful
Gitea Actions Demo / check (push) Successful in 24s
update env
2024-09-30 18:13:12 +07:00

13 lines
228 B
YAML

services:
fuware:
container_name: fuware-fe
image: fuware-fe
build:
context: .
dockerfile: Dockerfile.dev
restart: always
ports:
- 16001:3000
environment:
NODE_ENV: 'production'