mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 11:46:23 +00:00
call gulp build:prod
This commit is contained in:
parent
f18fbe86b6
commit
1dae0793fd
1 changed files with 2 additions and 1 deletions
|
|
@ -9,4 +9,5 @@ COPY . /usr/src/habitica
|
||||||
WORKDIR /usr/src/habitica
|
WORKDIR /usr/src/habitica
|
||||||
RUN npm install
|
RUN npm install
|
||||||
RUN npm run postinstall
|
RUN npm run postinstall
|
||||||
RUN npm run client:build
|
RUN npm run client:build
|
||||||
|
RUN gulp build:prod
|
||||||
Loading…
Reference in a new issue