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

Commit 03f80e2

Browse files
yarn
1 parent 3aa8c9c commit 03f80e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ EXPOSE 3030
1414
ENV NODE_ENV=production
1515
ENV API_PORT=3030
1616

17-
yarn global add pm2
17+
RUN yarn global add pm2
1818
# start the application in a autohealing cluster
1919
#CMD NODE_ENV=production pm2 start server/index.js -n api -i 0 --attach
2020
# as we have issues with pm2 currently in conjunction with nuxt, we use the standard approach here

0 commit comments

Comments
 (0)