Skip to content

Commit fecb710

Browse files
committed
dockerfile
1 parent 9efc2b1 commit fecb710

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Dockerfile

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
FROM node:alpine
2+
3+
WORKDIR /app
4+
COPY . /app
5+
6+
RUN npm install -g grunt-cli
7+
RUN npm install

0 commit comments

Comments
 (0)