@@ -23,7 +23,7 @@ RUN git clone -b fix/docker-bulid-timeout https://github.com/logseq/logseq.git .
RUN yarn install --network-timeout 100000
# Build static resources
-RUN gulp build && yarn cljs:release
+RUN yarn release
# Web App Runner image
FROM nginx:stable-alpine