Fixed some issues found in the DockerCompose and DockerFile file resources in the library target.

This commit is contained in:
2025-02-22 00:17:10 +01:00
parent a6ddfb557f
commit 17426f264a
2 changed files with 5 additions and 5 deletions
@@ -2,6 +2,6 @@ services:
app:
build:
context: .
port:
- 3000:8080
command: ["--hostname", "0.0.0.0", "--port", "8080"]
port:
- 3000:8080
command: ["--hostname", "0.0.0.0", "--port", "8080"]