fix: commented docker back lines in order to push after trying to fix the error in tests
All checks were successful
Format / formatting (push) Successful in 6s
Build / build (push) Successful in 39s
CI / build (push) Successful in 11s

This commit is contained in:
Maillal 2025-03-30 19:35:14 +02:00
parent ebd76a30ee
commit 81ce4fdb4c
3 changed files with 15 additions and 15 deletions

View File

@ -48,4 +48,4 @@ services:
# container_name: MyINPulse-back # container_name: MyINPulse-back
# ports: # ports:
# - "8081:8080" # - "8081:8080"
#

View File

@ -42,11 +42,11 @@ services:
# ports: # ports:
# - "8080:80" # - "8080:80"
back: #back:
build: # build:
context: ./MyINPulse-back/ # context: ./MyINPulse-back/
dockerfile: Dockerfile # dockerfile: Dockerfile
container_name: MyINPulse-back # container_name: MyINPulse-back
ports: # ports:
- "8081:8080" # - "8081:8080"

View File

@ -45,11 +45,11 @@ services:
ports: ports:
- "8080:80" - "8080:80"
back: #back:
build: # build:
context: ./MyINPulse-back/ # context: ./MyINPulse-back/
dockerfile: Dockerfile # dockerfile: Dockerfile
container_name: MyINPulse-back # container_name: MyINPulse-back
#ports: # #ports:
# - "8081:8080" # # - "8081:8080"