Improved the Build subcommand to support the building of Docker images #11
7
Library/Resources/Files/Sources/DockerCompose
Normal file
7
Library/Resources/Files/Sources/DockerCompose
Normal file
@ -0,0 +1,7 @@
|
||||
services:
|
||||
app:
|
||||
build:
|
||||
context: .
|
||||
port:
|
||||
- 3000:8080
|
||||
command: ["--hostname", "0.0.0.0", "--port", "8080"]
|
Loading…
x
Reference in New Issue
Block a user