mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 11:46:23 +00:00
fixup
This commit is contained in:
parent
67f184c0f4
commit
1a1823bd43
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue