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 ed185b8 commit 05eb884Copy full SHA for 05eb884
Dockerfile
@@ -107,4 +107,8 @@ COPY templates/express-app/ /home/developer/templates/express-app/
107
COPY dotfiles/.gitignore /home/developer/templates/express-app/.
108
COPY dotfiles/.eslintrc.json /home/developer/templates/express-app/.
109
110
-LABEL version="1.1.4"
+COPY templates/webpack-es6/ /home/developer/templates/webpack-es6/
111
+COPY dotfiles/.gitignore /home/developer/templates/webpack-es6/.
112
+COPY dotfiles/.eslintrc.json /home/developer/templates/webpack-es6/.
113
+
114
+LABEL version="1.1.5"
0 commit comments