mirror of
https://git.sr.ht/~tsileo/microblog.pub
synced 2025-06-05 21:59:23 +02:00
Lock to Python 3.7
Everything is broken with Python3.8 🙀
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM python:3
|
FROM python:3.7
|
||||||
COPY requirements.txt /app/requirements.txt
|
COPY requirements.txt /app/requirements.txt
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
|
Reference in New Issue
Block a user