This commit is contained in:
parent
1b1e25028a
commit
0e89175659
@ -1,8 +1,7 @@
|
||||
FROM python:slim
|
||||
|
||||
COPY pynyaata /app/pynyaata
|
||||
COPY requirements.txt /app
|
||||
COPY *.py /app/
|
||||
COPY requirements.txt *.py /app/
|
||||
WORKDIR /app
|
||||
RUN pip install -r requirements.txt
|
||||
CMD ["python", "run.py"]
|
||||
|
Reference in New Issue
Block a user