Add temporary backend
This commit is contained in:
5
tmp/build/Dockerfile
Normal file
5
tmp/build/Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM python:3.13-alpine
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
RUN pip install .
|
||||
CMD ["hypercorn", "main:app", "--bind", "0.0.0.0:80"]
|
||||
Reference in New Issue
Block a user