Browse Source

use yarn release script

Bad3r 2 years ago
parent
commit
d668586930
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -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