refactor: refs #6656 set dockerfile & dependencies
gitea/worker-time-control/pipeline/head This commit looks good Details

This commit is contained in:
jorgep 2024-01-09 10:11:59 +01:00
parent 51bc44bec3
commit bd5c4b52b4
3 changed files with 185 additions and 529 deletions

View File

@ -31,4 +31,4 @@ COPY \
clockIn.html \
./
CMD ["node", "proxy.js"]
CMD ["npm", "start"]

706
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -16,13 +16,11 @@
"npm": ">=8"
},
"dependencies": {
"express": "^4.18.2",
"http-proxy-middleware": "^2.0.6",
"dotenv": "^16.3.1",
"fastclick": "^1.0.6",
"jquery": "^3.7.0",
"sweetalert2": "11.10.1"
},
"devDependencies": {
"express": "^4.18.2",
"http-proxy-middleware": "^2.0.6"
}
}