add docker build files
This commit is contained in:
8
.build/prod/api.Dockerfile
Normal file
8
.build/prod/api.Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM python:3.9.20-slim-bookworm
|
||||
|
||||
RUN pip install python-dotenv flask
|
||||
|
||||
WORKDIR /app
|
||||
COPY api.py tx.sh .
|
||||
|
||||
CMD python /app/api.py
|
||||
Reference in New Issue
Block a user