fix(docker): set WORKDIR

This commit is contained in:
Claas Augner 2021-01-19 18:57:29 +01:00
parent eab80f0c8c
commit c2722130c8

View file

@ -1,5 +1,7 @@
FROM python:3.8
WORKDIR /app
RUN pip install --upgrade pip
# Avoid rebuilding this step if no changes to requirements.txt