Add docker and sockets
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
version: "3.0"
|
||||
services:
|
||||
api:
|
||||
build: .
|
||||
ports:
|
||||
- "5000:5000"
|
||||
- "5678:5678"
|
||||
volumes:
|
||||
- ./:/app
|
||||
Reference in New Issue
Block a user