dockerfile, req update
This commit is contained in:
+2
-1
@@ -1,10 +1,11 @@
|
||||
FROM python:3.6-alpine
|
||||
FROM python:3.9
|
||||
|
||||
RUN mkdir -p /usr/src/app
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
COPY requirements.txt /usr/src/app/
|
||||
|
||||
# RUN pip install --upgrade pip
|
||||
RUN pip3 install --no-cache-dir -r requirements.txt
|
||||
|
||||
COPY . /usr/src/app
|
||||
|
||||
Reference in New Issue
Block a user