We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8e7a94 commit c89c449Copy full SHA for c89c449
Dockerfile
@@ -10,6 +10,8 @@ RUN npm install
10
COPY static static/
11
COPY index.js .
12
13
+EXPOSE 3000
14
+
15
RUN npm install pm2 -g
16
17
CMD ["pm2-runtime", "index.js"]
0 commit comments