diff --git a/Dockerfile b/Dockerfile index f80a0759..8ff7af23 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,6 +20,7 @@ RUN pipenv install --dev COPY . /crc-workflow/ # run webserver by default +ENV FLASK_APP=./crc/__init__.py CMD ["pipenv", "run", "python", "./run.py"] # expose ports