add docker build files

This commit is contained in:
2024-10-19 02:33:10 +05:00
parent b225ceaae6
commit 32e0f50765
3 changed files with 29 additions and 0 deletions

View 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