Fixed an issue encountered in the boilerplate of the DockerCompose resource file in the library target.

This commit is contained in:
Javier Cicchelli 2025-02-22 02:04:02 +01:00
parent f8a14e46ed
commit efab608220

View File

@ -2,6 +2,6 @@ services:
app:
build:
context: .
port:
ports:
- 3000:8080
command: ["--hostname", "0.0.0.0", "--port", "8080"]