Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #86 from derogab/dev
Browse files Browse the repository at this point in the history
Daemon Alpine
  • Loading branch information
derogab authored Oct 29, 2021
2 parents 2835978 + a1e94fd commit 843c7b3
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion daemon/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:lts
FROM node:lts-alpine

# Create app directory
WORKDIR /usr/src/app
Expand Down
14 changes: 7 additions & 7 deletions daemon/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion daemon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"main": "app.js",
"dependencies": {
"axios": "^0.23.0",
"axios": "^0.24.0",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"lowdb": "^1.0.0",
Expand Down
42 changes: 21 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"dependencies": {
"@ant-design/icons": "^4.6.2",
"antd": "^4.15.4",
"axios": "^0.23.0",
"axios": "^0.24.0",
"dotenv": "^10.0.0",
"lodash.get": "^4.4.2",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"recharts": "^2.1.5",
"recharts": "^2.1.6",
"socket.io": "^4.3.1",
"socket.io-client": "^4.3.2"
},
Expand All @@ -24,7 +24,7 @@
"moxios": "^0.4.0",
"npm-run-all": "^4.1.5",
"react-scripts": "4.0.3",
"sass": "^1.43.3"
"sass": "^1.43.4"
},
"scripts": {
"daemon": "cd daemon && yarn start",
Expand Down

0 comments on commit 843c7b3

Please sign in to comment.