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
image: fuware-fe
build:
context: ../
context: .
target: production
dockerfile: ./Dockerfile
dockerfile: Dockerfile
restart: always
ports:
- 16001:3000