4 lines
84 B
Docker
4 lines
84 B
Docker
FROM node:4-onbuild
|
|
# replace this with your application's default port
|
|
EXPOSE 7777
|