Skip to content

Commit 8b7b307

Browse files
committed
Install pm2@4
1 parent 97c8950 commit 8b7b307

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

learninglocker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Consult http://docs.learninglocker.net/guides-custom-installation/
22
FROM centos:centos7
33

4-
LABEL version="2.0.0"
4+
LABEL version="2.0.1"
55

66
SHELL ["/bin/bash", "-c"]
77
RUN yum update -y && \
@@ -11,7 +11,7 @@ RUN curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh
1111
source ~/.bashrc && \
1212
nvm install 8.15.1 && \
1313
npm install -g yarn && \
14-
npm install -g pm2 && \
14+
npm install -g pm2@4 && \
1515
pm2 install pm2-logrotate && \
1616
pm2 set pm2-logrotate:compress true
1717

0 commit comments

Comments
 (0)