8000 Adds nodejs 8.0 support · jmfirth/docker-webpack@779673c · GitHub
[go: up one dir, main page]

Skip to content

Commit 779673c

Browse files
committed
Adds nodejs 8.0 support
1 parent bc12d9c commit 779673c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

8.0/Dockerfile

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)
0