Skip to content
This repository was archived by the owner on Apr 27, 2018. It is now read-only.

Commit 4872cfb

Browse files
committed
Fixed pm2 to 0.11.1
1 parent 0435785 commit 4872cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node-0.10.32/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ FROM node:0.10.32-slim
88

99
MAINTAINER Markus Padourek <markus@artificial.io>
1010

11-
RUN npm install -g pm2@0.11.2 sails@0.10.5 grunt bower
11+
RUN npm install -g pm2@0.11.1 sails@0.10.5 grunt bower
1212
RUN mkdir /server
1313

1414
#installs nginx to /usr/sbin/nginx

0 commit comments

Comments
 (0)