parent
90f266b5dc
commit
67e7a292de
@ -0,0 +1,10 @@
|
||||
FROM python:3.9-alpine
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
ADD ./requirements.txt /app/.
|
||||
COPY *.py /app/.
|
||||
|
||||
RUN pip3 install -r requirements.txt
|
||||
|
||||
CMD ["python3", "main.py"]
|
Loading…
Reference in new issue