Echoes environment variable

This commit is contained in:
Aaron Louie 2020-01-14 15:35:14 -05:00
parent 21fe50ed08
commit d43845fb4c
1 changed files with 1 additions and 0 deletions

View File

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