1
0
mirror of https://git.sr.ht/~tsileo/microblog.pub synced 2025-06-05 21:59:23 +02:00

Fix Dockerfile

This commit is contained in:
Thomas Sileo
2018-07-01 12:51:26 +02:00
parent cd6f8727c0
commit d376e53d2f

View File

@@ -1,4 +1,4 @@
FROM python:3.7
FROM python:3
ADD . /app
WORKDIR /app
RUN pip install -r requirements.txt