mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 19:47:03 +00:00
Use npm 3 in Dockerfile (#7529)
This commit is contained in:
parent
4ad81c4c28
commit
00aebed8c0
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ RUN apt-get clean
|
||||||
RUN rm -rf /var/lib/apt/lists/*
|
RUN rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Install global packages
|
# Install global packages
|
||||||
RUN npm install -g gulp grunt-cli bower
|
RUN npm install -g gulp grunt-cli bower npm@3
|
||||||
|
|
||||||
# Clone Habitica repo and install dependencies
|
# Clone Habitica repo and install dependencies
|
||||||
WORKDIR /habitrpg
|
WORKDIR /habitrpg
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue