From 281a1eb15b2b022a152de87aa09f2ef66e445c26 Mon Sep 17 00:00:00 2001 From: DJ Enriquez Date: Wed, 12 Oct 2016 01:39:34 -0700 Subject: [PATCH] Fixing APP_DIR name --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b2923a3..b80ed94 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM python:3-slim MAINTAINER DJ Enriquez ENV LOG_LEVEL=INFO \ - APP_DIR=/opt/consulere/ + APP_DIR=/opt/consulidator/ WORKDIR $APP_DIR COPY ./requirements.txt $APP_DIR