ADD Docker support
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
services:
|
||||
web:
|
||||
# Build the image from the Dockerfile in the current directory
|
||||
build: .
|
||||
|
||||
# Host the FastAPI application on port 8000
|
||||
ports:
|
||||
- "8000:8000"
|
||||
|
||||
Reference in New Issue
Block a user