fix: add production target to api

This commit is contained in:
Emnaghz
2024-09-27 11:22:18 +01:00
committed by Mohamed Marrouchi
parent 604dd5aa0c
commit 99c5765e6f
3 changed files with 32 additions and 16 deletions

View File

@@ -13,6 +13,7 @@ services:
api:
build:
context: ../api
target: development
pull_policy: build
ports:
- ${API_PORT}:3000