update docker compose
Some checks failed
Gitea Actions Demo / check (push) Failing after 3s

This commit is contained in:
Sam Liu 2024-09-24 16:56:52 +07:00
parent f496fd743c
commit ceb8276206

View File

@ -3,9 +3,9 @@ services:
container_name: fuware-fe container_name: fuware-fe
image: fuware-fe image: fuware-fe
build: build:
context: ../ context: .
target: production target: production
dockerfile: ./Dockerfile dockerfile: Dockerfile
restart: always restart: always
ports: ports:
- 16001:3000 - 16001:3000