Adds Flask app environment variable

This commit is contained in:
Aaron Louie 2019-12-30 15:06:04 -05:00
parent e8d8dd35c0
commit 2316ee1467
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ ADD Pipfile /crc-workflow/
ADD Pipfile.lock /crc-workflow/
RUN pipenv install --dev
ENV FLASK_APP=./crc/__init__.py
# include rejoiner code (gets overriden by local changes)
COPY . /crc-workflow/