@@ -1,7 +0,0 @@
|
||||
FROM python:3.7-alpine
|
||||
WORKDIR /app
|
||||
COPY requirements.txt /app
|
||||
RUN pip3 install -r requirements.txt --no-cache-dir
|
||||
COPY . /app
|
||||
ENTRYPOINT ["python3"]
|
||||
CMD ["app.py"]
|
Reference in New Issue
Block a user