fix: merge errors

This commit is contained in:
ALAMI Adnane 2025-05-07 11:16:12 +02:00
parent d1fce63ac5
commit 0a15dbbf2d

View File

@ -34,19 +34,19 @@ services:
depends_on: depends_on:
- postgres - postgres
#front: front:
# build:
# context: ./front/
# dockerfile: Dockerfile
# container_name: MyINPulse-front
# ports:
# - "8080:80"
back:
build: build:
context: ./MyINPulse-back/ context: ./front/
dockerfile: Dockerfile dockerfile: Dockerfile
container_name: MyINPulse-back container_name: MyINPulse-front
ports: ports:
- "8081:8080" - "8080:80"
#back:
# build:
# context: ./MyINPulse-back/
# dockerfile: Dockerfile
# container_name: MyINPulse-back
# ports:
# - "8081:8080"