We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97c8950 commit 8b7b307Copy full SHA for 8b7b307
1 file changed
learninglocker/Dockerfile
@@ -1,7 +1,7 @@
1
# Consult http://docs.learninglocker.net/guides-custom-installation/
2
FROM centos:centos7
3
4
-LABEL version="2.0.0"
+LABEL version="2.0.1"
5
6
SHELL ["/bin/bash", "-c"]
7
RUN yum update -y && \
@@ -11,7 +11,7 @@ RUN curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh
11
source ~/.bashrc && \
12
nvm install 8.15.1 && \
13
npm install -g yarn && \
14
- npm install -g pm2 && \
+ npm install -g pm2@4 && \
15
pm2 install pm2-logrotate && \
16
pm2 set pm2-logrotate:compress true
17
0 commit comments