We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fc0926 commit f76f6ceCopy full SHA for f76f6ce
docker/Dockerfile
@@ -5,7 +5,7 @@ COPY Cronicle-${CRONICLE_VERSION}.tar.gz /tmp/
5
RUN tar zxvf /tmp/Cronicle-${CRONICLE_VERSION}.tar.gz -C /tmp/ && \
6
mv /tmp/Cronicle-${CRONICLE_VERSION}/* . && \
7
rm -rf /tmp/* && \
8
- npm install
+ yarn
9
COPY ./patches /tmp/patches
10
RUN patch -p3 < /tmp/patches/engine.patch lib/engine.js
11
COPY docker-entrypoint.js ./bin/
0 commit comments