Copy file to docker image

This commit is contained in:
Alberto Soutullo 2024-02-09 13:31:13 +01:00
parent a6212fba51
commit 8cff64566b
No known key found for this signature in database
GPG Key ID: A7CAC0D8343B0387
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
FROM python:3.9.18-alpine3.18
ADD ./traffic.py /app/traffic.py
RUN pip install requests argparse aiohttp