Trivial change to force travis docker push

This commit is contained in:
Aaron Louie 2020-02-06 11:18:23 -05:00
parent 349dac6e44
commit d51935244c
1 changed files with 1 additions and 0 deletions

View File

@ -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