Skip to content

Commit

Permalink
use yarn release script
Browse files Browse the repository at this point in the history
  • Loading branch information
Bad3r authored and logseq-cldwalker committed Jan 19, 2023
1 parent 12e30a2 commit d668586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d668586

Please sign in to comment.