refactor: refs #6656 set dockerfile & dependencies
gitea/worker-time-control/pipeline/head This commit looks good
Details
gitea/worker-time-control/pipeline/head This commit looks good
Details
This commit is contained in:
parent
51bc44bec3
commit
bd5c4b52b4
|
@ -31,4 +31,4 @@ COPY \
|
|||
clockIn.html \
|
||||
./
|
||||
|
||||
CMD ["node", "proxy.js"]
|
||||
CMD ["npm", "start"]
|
File diff suppressed because it is too large
Load Diff
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue