Fix docker app files paths

This commit is contained in:
Leigh Morresi
2021-02-21 16:31:42 +01:00
parent a3a5ca78bf
commit 33985dbd9d
3 changed files with 8 additions and 8 deletions

View File

@@ -6,6 +6,7 @@ ENV PYTHONUNBUFFERED=1
# Should be mounted from docker-compose-development.yml
RUN pip3 install -r /requirements.txt
WORKDIR /app
RUN [ ! -d "/datastore" ] && mkdir /datastore