ADD Docker support

This commit is contained in:
Esa Kataja
2024-11-14 15:52:12 +02:00
parent 474c677d78
commit b32e689d11
2 changed files with 24 additions and 0 deletions
+8
View File
@@ -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"