Skip to content

Commit

Permalink
Fixing APP_DIR name
Browse files Browse the repository at this point in the history
  • Loading branch information
DJ Enriquez committed Oct 12, 2016
1 parent 191e65f commit 281a1eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM python:3-slim
MAINTAINER DJ Enriquez <dj.enriquez@infospace.com>

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

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

0 comments on commit 281a1eb

Please sign in to comment.