fix: commented docker back lines in order to push after trying to fix the error in tests
This commit is contained in:
parent
ebd76a30ee
commit
81ce4fdb4c
@ -48,4 +48,4 @@ services:
|
|||||||
# container_name: MyINPulse-back
|
# container_name: MyINPulse-back
|
||||||
# ports:
|
# ports:
|
||||||
# - "8081:8080"
|
# - "8081:8080"
|
||||||
|
#
|
@ -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"
|
||||||
|
|
@ -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"
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user