mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 11:46:23 +00:00
Fix dockerfile (#15241)
This commit is contained in:
parent
3cd966bc03
commit
37f08c4534
1 changed files with 1 additions and 3 deletions
|
|
@ -7,8 +7,6 @@ RUN npm install -g gulp-cli mocha
|
|||
# dependencies.
|
||||
WORKDIR /usr/src/habitica
|
||||
COPY ["package.json", "package-lock.json", "./"]
|
||||
RUN npm install
|
||||
|
||||
# Copy the remaining source files in.
|
||||
COPY . /usr/src/habitica
|
||||
RUN npm run postinstall
|
||||
RUN npm install
|
||||
|
|
|
|||
Loading…
Reference in a new issue