We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9efc2b1 commit fecb710Copy full SHA for fecb710
Dockerfile
@@ -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