From 1a1823bd4331477e09adc7f27e5c693b1a53890a Mon Sep 17 00:00:00 2001 From: Matt Harrington Date: Mon, 11 Jan 2016 05:17:20 +0000 Subject: [PATCH] fixup --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1bcc66313e..618454c978 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,13 +28,11 @@ RUN npm install -g gulp grunt-cli bower # Clone Habitica repo and install dependencies WORKDIR /habitrpg RUN git clone https://github.com/HabitRPG/habitrpg.git /habitrpg -#RUN test -e /habitrpg || git clone https://github.com/HabitRPG/habitrpg.git /habitrpg RUN npm install RUN bower install --allow-root # Create environment config file and build directory RUN cp config.json.example config.json -#RUN test -e config.json || cp config.json.example config.json RUN mkdir -p ./website/build # Start Habitica