File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ services:
19
19
# - SPRING_LIQUIBASE_CONTEXTS=scheme,init-data,prod-data
20
20
# volumes:
21
21
# to use a WAR file from filesystem and avoid to build an image every time
22
- # - ../target/mystamps.war:/data/mystamps/mystamps.war:ro
22
+ # - ../../ target/mystamps.war:/data/mystamps/mystamps.war:ro
23
23
networks :
24
24
- internal-network
25
25
depends_on :
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ services:
19
19
volumes :
20
20
- ./application-prod.properties:/data/mystamps/application-prod.properties:ro
21
21
# to use a WAR file from filesystem and avoid to build an image every time
22
- # - ../target/mystamps.war:/data/mystamps/mystamps.war:ro
22
+ # - ../../ target/mystamps.war:/data/mystamps/mystamps.war:ro
23
23
networks :
24
24
- internal-network
25
25
depends_on :
You can’t perform that action at this time.
0 commit comments