Skip to content

Instantly share code, notes, and snippets.

@andre-carvalho
Created October 14, 2020 13:35
Show Gist options
  • Save andre-carvalho/87c9a5c0720cfe13b9e6f536ca9df6c9 to your computer and use it in GitHub Desktop.
Save andre-carvalho/87c9a5c0720cfe13b9e6f536ca9df6c9 to your computer and use it in GitHub Desktop.

Revisions

  1. andre-carvalho created this gist Oct 14, 2020.
    11 changes: 11 additions & 0 deletions Dockerfile.ta.monitor
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    FROM node:8.11.4

    RUN npm install pm2 -g

    WORKDIR /data

    EXPOSE 36000-36010

    VOLUME ["/data"]

    CMD ["pm2-runtime", "start", "ecosystem.config.js"]