diff --git a/Dockerfile-Dev b/Dockerfile-Dev index 9b7e069703..73bcf7bfce 100644 --- a/Dockerfile-Dev +++ b/Dockerfile-Dev @@ -9,4 +9,5 @@ COPY . /usr/src/habitica WORKDIR /usr/src/habitica RUN npm install RUN npm run postinstall -RUN npm run client:build \ No newline at end of file +RUN npm run client:build +RUN gulp build:prod \ No newline at end of file