Issue #12 include version for easy reference.

This commit is contained in:
Leigh Morresi
2021-02-24 14:44:35 +01:00
parent cd6629ac2d
commit ae0f640ff4
5 changed files with 15 additions and 4 deletions

View File

@@ -3,9 +3,6 @@ FROM python:3.8-slim
# https://stackoverflow.com/questions/58701233/docker-logs-erroneously-appears-empty-until-container-stops
ENV PYTHONUNBUFFERED=1
# Should be mounted from docker-compose-development.yml
RUN pip3 install -r /requirements.txt
WORKDIR /app
RUN [ ! -d "/datastore" ] && mkdir /datastore