Skip to content

Commit

Permalink
Remove Dockerfile defined log_level
Browse files Browse the repository at this point in the history
default log_level is defined in code as warning, no need to duplicate
in the Dockerfile
  • Loading branch information
DJ Enriquez committed Oct 12, 2016
1 parent c476e31 commit e726e0f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
FROM python:3-slim
MAINTAINER DJ Enriquez <dj.enriquez@infospace.com>

ENV LOG_LEVEL=INFO \
APP_DIR=/opt/consulidator/
ENV APP_DIR=/opt/consulidator/

WORKDIR $APP_DIR
COPY ./requirements.txt $APP_DIR
Expand Down

0 comments on commit e726e0f

Please sign in to comment.