fuware-fe/docker-compose.yml
Sam Liu ceb8276206
Some checks failed
Gitea Actions Demo / check (push) Failing after 3s
update docker compose
2024-09-24 16:56:52 +07:00

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'