Bad3r 3 лет назад
Родитель
Сommit
d668586930
1 измененных файлов с 1 добавлено и 1 удалено
  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