add Dockerfile and docker-compose file
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
docker build -t appointment .
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
version: '3.1'
|
||||||
|
services:
|
||||||
|
speechtotext:
|
||||||
|
image: appointment:latest
|
||||||
|
restart: always
|
||||||
|
ports:
|
||||||
|
# <Port exposed> : < MySQL Port running inside container>
|
||||||
|
- '8000:8000'
|
||||||
Reference in New Issue
Block a user