This commit is contained in:
Matt Harrington 2016-01-11 05:17:20 +00:00
parent 67f184c0f4
commit 1a1823bd43

View file

@ -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