There was an error while loading. Please reload this page.
1 parent a3e72d3 commit 4298ef7Copy full SHA for 4298ef7
1 file changed
docker-builds/server/Dockerfile
@@ -52,7 +52,7 @@ WORKDIR ${ETHLANCE_SERVER_ROOT}
52
COPY --from=builder /build /build
53
# Initialize events log
54
RUN echo -n "{:last-processed-block 27409455}" > ethlance-events.log
55
-RUN pm2 install pm2-logrotate
+RUN npx pm2 install pm2-logrotate
56
57
EXPOSE 6300
58
CMD ["npx", "pm2-runtime", "out/ethlance_server.js"]
0 commit comments