Skip to content

Commit 6f8accd

Browse files
author
js-jslog
committed
Add templates folder for rapid development
1 parent 5226637 commit 6f8accd

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

Dockerfile

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,10 @@ RUN npm install -g eslint \
7171
&& npm install -g eslint-plugin-import \
7272
&& npm install -g jest
7373

74-
LABEL version="1.1.1"
74+
# Copy project templates
75+
COPY templates/tdd/ /home/developer/templates/tdd/
76+
COPY dotfiles/jest.config.js /home/developer/templates/tdd/.
77+
COPY dotfiles/.gitignore /home/developer/templates/tdd/.
78+
COPY dotfiles/.eslintrc.json /home/developer/templates/tdd/.
79+
80+
LABEL version="1.1.2"

dotfiles

0 commit comments

Comments
 (0)