Merge pull request 'refactor: refs #6656 set proxy for test environment' (#15) from 6656-fixProxy into test
gitea/worker-time-control/pipeline/head This commit looks good
Details
gitea/worker-time-control/pipeline/head This commit looks good
Details
Reviewed-on: #15
This commit is contained in:
commit
d27fc98b8b
|
@ -1 +1,2 @@
|
|||
TARGET='url del servidor local'
|
||||
PORT='puerto de acceso'
|
|
@ -30,3 +30,5 @@ COPY \
|
|||
index.html \
|
||||
clockIn.html \
|
||||
./
|
||||
|
||||
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