We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3e10a6 commit 25a1128Copy full SHA for 25a1128
1 file changed
docker-builds/server/Dockerfile
@@ -52,7 +52,6 @@ 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 npx pm2 install pm2-logrotate
56
57
EXPOSE 6300
58
CMD ["npx", "pm2-runtime", "out/ethlance_server.js"]
0 commit comments