mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 11:46:23 +00:00
testing
This commit is contained in:
parent
93cf30eb18
commit
61a61724ca
1 changed files with 2 additions and 5 deletions
|
|
@ -5,10 +5,7 @@ RUN npm install -g gulp-cli mocha
|
|||
|
||||
# Copy package.json and package-lock.json into image, then install
|
||||
# dependencies.
|
||||
WORKDIR /usr/src/habitica
|
||||
COPY ["package.json", "package-lock.json", "./"]
|
||||
RUN npm install
|
||||
|
||||
# Copy the remaining source files in.
|
||||
COPY . /usr/src/habitica
|
||||
WORKDIR /usr/src/habitica
|
||||
RUN npm install
|
||||
RUN npm run postinstall
|
||||
|
|
|
|||
Loading…
Reference in a new issue