Echoes environment variable
This commit is contained in:
parent
21fe50ed08
commit
d43845fb4c
|
@ -17,6 +17,7 @@ ADD Pipfile.lock /crc-workflow/
|
||||||
RUN pipenv install --dev
|
RUN pipenv install --dev
|
||||||
|
|
||||||
ENV FLASK_APP=./crc/__init__.py
|
ENV FLASK_APP=./crc/__init__.py
|
||||||
|
RUN echo $FLASK_APP
|
||||||
|
|
||||||
# include rejoiner code (gets overriden by local changes)
|
# include rejoiner code (gets overriden by local changes)
|
||||||
COPY . /crc-workflow/
|
COPY . /crc-workflow/
|
||||||
|
|
Loading…
Reference in New Issue