This commit is contained in:
2021-07-26 21:14:50 +01:00
parent 7916b1fca6
commit 89a92586ff
3 changed files with 9 additions and 10 deletions

View File

@ -1,5 +1,4 @@
FROM python:3.9.6-alpine
COPY . /usr/src/app
FROM python:3.9.6-buster
WORKDIR /usr/src/app
RUN pip install --upgrade pip
RUN pip install -r requirements.txt