Skip to content

Commit f76f6ce

Browse files
committed
fix: Fixed the problem of the installation of bad early NPM tools
1 parent 0fc0926 commit f76f6ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ COPY Cronicle-${CRONICLE_VERSION}.tar.gz /tmp/
55
RUN tar zxvf /tmp/Cronicle-${CRONICLE_VERSION}.tar.gz -C /tmp/ && \
66
mv /tmp/Cronicle-${CRONICLE_VERSION}/* . && \
77
rm -rf /tmp/* && \
8-
npm install
8+
yarn
99
COPY ./patches /tmp/patches
1010
RUN patch -p3 < /tmp/patches/engine.patch lib/engine.js
1111
COPY docker-entrypoint.js ./bin/

0 commit comments

Comments
 (0)