From 1dae0793fde402e15c9e2eba2b21df999933282f Mon Sep 17 00:00:00 2001 From: Phillip Thelen Date: Wed, 19 Jun 2024 18:50:32 +0200 Subject: [PATCH] call gulp build:prod --- Dockerfile-Dev | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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