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

@ -9,4 +9,5 @@ COPY . /usr/src/habitica
WORKDIR /usr/src/habitica
RUN npm install
RUN npm run postinstall
RUN npm run client:build
RUN npm run client:build
RUN gulp build:prod