Skip to content

Commit

Permalink
chore: Fix broken docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
spring-raining committed Jul 26, 2023
1 parent 85d1427 commit 365a2e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ RUN yarn install --frozen-lockfile --production --network-timeout 600000 \
&& ln -s /opt/vivliostyle-cli/node_modules/.bin/press-ready /usr/local/bin/press-ready \
&& ln -s /opt/vivliostyle-cli/node_modules/.bin/vfm /usr/local/bin/vfm
COPY --from=builder /opt/vivliostyle-cli/dist/ /opt/vivliostyle-cli/dist/
COPY --from=builder /opt/vivliostyle-cli/vendors/index.js /opt/vivliostyle-cli/vendors/index.js

WORKDIR /data
ENTRYPOINT [ "vivliostyle" ]

0 comments on commit 365a2e8

Please sign in to comment.