kopia lustrzana https://git.sr.ht/~tsileo/microblog.pub
Switch to python:3 for the Docker base image
In order to have the Python 3.7 upgrade automaticallymaster
rodzic
a5b7e21600
commit
8449ff0d6e
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.6
|
||||
FROM python:3.7
|
||||
ADD . /app
|
||||
WORKDIR /app
|
||||
RUN pip install -r requirements.txt
|
||||
|
|
Ładowanie…
Reference in New Issue