Skip to content

Commit

Permalink
Update node sass and change node image to lts
Browse files Browse the repository at this point in the history
  • Loading branch information
Joao Veras committed Feb 5, 2020
1 parent ece7be0 commit dd1b254
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
.db
node_modules
npm-debug.log
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:alpine
FROM node:lts

RUN mkdir /app/
WORKDIR /app/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"jquery": "~3.4.0",
"lodash": "~4.17.4",
"marked": "~0.8.0",
"node-sass": "~4.12.0",
"node-sass": "~4.13.1",
"popper.js": "~1.16.0",
"postcss": "~7.0.13",
"postcss-loader": "~2.0.6",
Expand Down

0 comments on commit dd1b254

Please sign in to comment.