Added the DockerCompose file source to the resources in the library target.

This commit is contained in:
Javier Cicchelli 2025-02-21 23:51:10 +01:00
parent 888d00c1e8
commit c1b69dc550

View File

@ -0,0 +1,7 @@
services:
app:
build:
context: .
port:
- 3000:8080
command: ["--hostname", "0.0.0.0", "--port", "8080"]