Skip to content

Commit 05eb884

Browse files
author
js-jslog
committed
Add the webpack-es6 template to the dev env
1 parent ed185b8 commit 05eb884

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,8 @@ COPY templates/express-app/ /home/developer/templates/express-app/
107107
COPY dotfiles/.gitignore /home/developer/templates/express-app/.
108108
COPY dotfiles/.eslintrc.json /home/developer/templates/express-app/.
109109

110-
LABEL version="1.1.4"
110+
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

Comments
 (0)