Skip to content

Commit

Permalink
moving handlebars to bower
Browse files Browse the repository at this point in the history
  • Loading branch information
abnervr committed May 23, 2022
1 parent 17eab8e commit a00ee0d
Show file tree
Hide file tree
Showing 5 changed files with 1,554 additions and 30 deletions.
3 changes: 2 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
],
"dependencies": {
"jquery": "^3.1.0",
"bootstrap": "^3.3.7"
"bootstrap": "^3.3.7",
"handlebars": "^4.7.7"
}
}
10 changes: 10 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: '3'
services:
app:
image: node:16-alpine
command: yarn start
ports:
- 3000:3000
volumes:
- ./:/src:cached
working_dir: /src
Loading

0 comments on commit a00ee0d

Please sign in to comment.