Dockerfile to install dependencies & execute check & action

This commit is contained in:
2024-01-12 16:53:55 +01:00
parent ffa4ab949b
commit d4a57e3385

7
Dockerfile Normal file
View File

@@ -0,0 +1,7 @@
FROM python:3.10-alpine
COPY *.py .
COPY .env .
RUN pip install requests python-dotenv
CMD python3 main.py