We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c135817 commit 14e9636Copy full SHA for 14e9636
Dockerfile
@@ -0,0 +1,9 @@
1
+FROM node:8
2
+LABEL maintainer "William Hilton <[email protected]>"
3
+WORKDIR /srv
4
+COPY . .
5
+RUN npm install
6
+EXPOSE 80
7
+ENV PORT=80
8
+CMD [ "npm", "start" ]
9
+
0 commit comments