Skip to content

Commit c89c449

Browse files
Fix Dockerfile
1 parent b8e7a94 commit c89c449

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ RUN npm install
1010
COPY static static/
1111
COPY index.js .
1212

13+
EXPOSE 3000
14+
1315
RUN npm install pm2 -g
1416

1517
CMD ["pm2-runtime", "index.js"]

0 commit comments

Comments
 (0)