diff --git a/Dockerfile-Dev b/Dockerfile-Dev index 3aa613c960..9b7e069703 100644 --- a/Dockerfile-Dev +++ b/Dockerfile-Dev @@ -9,3 +9,4 @@ 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