part 12 done
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
services:
|
||||
app: # The name of the service, can be anything
|
||||
image: todo-backend # Declares which image to use
|
||||
build: . # Declares where to build if image is not found
|
||||
ports: # Declares the ports to publish
|
||||
- 3000:3000
|
||||
Reference in New Issue
Block a user