call gulp build:prod

This commit is contained in:
Phillip Thelen 2024-06-19 18:50:32 +02:00
parent f18fbe86b6
commit 1dae0793fd

View file

@ -10,3 +10,4 @@ WORKDIR /usr/src/habitica
RUN npm install
RUN npm run postinstall
RUN npm run client:build
RUN gulp build:prod