8000
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 bc12d9c commit 779673cCopy full SHA for 779673c
8.0/Dockerfile
@@ -0,0 +1,11 @@
1
+FROM node:8.0
2
+MAINTAINER Jonathan Azoff <dev@beomni.com>
3
+
4
+RUN apt-get install -y bzip2 git
5
+RUN npm install -g webpack webpack-dev-server
6
7
+VOLUME /app
8
9
+EXPOSE 3000 9222
10
11
+WORKDIR /app
0 commit comments