Add docker and sockets

This commit is contained in:
Frantisek F
2022-07-05 15:58:23 +02:00
parent 2281e030f6
commit 3053040da9
7 changed files with 107 additions and 46 deletions
+9
View File
@@ -0,0 +1,9 @@
version: "3.0"
services:
api:
build: .
ports:
- "5000:5000"
- "5678:5678"
volumes:
- ./:/app