mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 11:36:45 +00:00
Separate call to upgrade npm so that it occurs before any other installs
This commit is contained in:
parent
90d4468e9e
commit
a87647995d
1 changed files with 2 additions and 1 deletions
|
|
@ -25,7 +25,8 @@ RUN apt-get clean
|
|||
RUN rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Install global packages
|
||||
RUN npm install -g gulp grunt-cli bower npm@3
|
||||
RUN npm install -g npm@3
|
||||
RUN npm install -g gulp grunt-cli bower
|
||||
|
||||
# Clone Habitica repo and install dependencies
|
||||
WORKDIR /habitrpg
|
||||
|
|
|
|||
Loading…
Reference in a new issue