Skip to content

Commit

Permalink
Set default environment in Dockerfile to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sychan committed Jun 19, 2018
1 parent 72d46bb commit d4c146b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ RUN chown -R nobody:www-data /kb/dev_container/narrative/src/notebook/ipython_pr
# cause JSON parsing to fail - GRRRRR!!!
ENV VERSION_CHECK /narrative_version

# Set the default environment to be CI, can be overriden by passing new CONFIG_ENV setting at container start
ENV CONFIG_ENV ci

USER root

LABEL org.label-schema.build-date=$BUILD_DATE \
Expand Down

0 comments on commit d4c146b

Please sign in to comment.