Fixed an issue encountered in the boilerplate of the DockerCompose resource file in the library target.
This commit is contained in:
parent
f8a14e46ed
commit
efab608220
@ -2,6 +2,6 @@ services:
|
|||||||
app:
|
app:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
port:
|
ports:
|
||||||
- 3000:8080
|
- 3000:8080
|
||||||
command: ["--hostname", "0.0.0.0", "--port", "8080"]
|
command: ["--hostname", "0.0.0.0", "--port", "8080"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user