Skip to content

Commit 4298ef7

Browse files
committed
use npx to run pm2
1 parent a3e72d3 commit 4298ef7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-builds/server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ WORKDIR ${ETHLANCE_SERVER_ROOT}
5252
COPY --from=builder /build /build
5353
# Initialize events log
5454
RUN echo -n "{:last-processed-block 27409455}" > ethlance-events.log
55-
RUN pm2 install pm2-logrotate
55+
RUN npx pm2 install pm2-logrotate
5656

5757
EXPOSE 6300
5858
CMD ["npx", "pm2-runtime", "out/ethlance_server.js"]

0 commit comments

Comments
 (0)