.
Some checks are pending
Run Tests / Prepare environment (push) Waiting to run
Run Tests / Run unit tests (push) Blocked by required conditions
Run Tests / Run E2E tests (chrome) (push) Blocked by required conditions
Run Tests / Run E2E tests (edge) (push) Blocked by required conditions
Run Tests / Run E2E tests (firefox) (push) Blocked by required conditions
Some checks are pending
Run Tests / Prepare environment (push) Waiting to run
Run Tests / Run unit tests (push) Blocked by required conditions
Run Tests / Run E2E tests (chrome) (push) Blocked by required conditions
Run Tests / Run E2E tests (edge) (push) Blocked by required conditions
Run Tests / Run E2E tests (firefox) (push) Blocked by required conditions
This commit is contained in:
parent
5ffae82adb
commit
defaad6983
4 changed files with 1 additions and 10616 deletions
|
@ -16,6 +16,6 @@ COPY --from=build-stage /app/dist /usr/share/nginx/html
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
|
||||||
# Use a non-root user for security
|
# Use a non-root user for security
|
||||||
USER 1000
|
USER 101
|
||||||
|
|
||||||
CMD ["nginx", "-g", "daemon off;"]
|
CMD ["nginx", "-g", "daemon off;"]
|
BIN
bun.lockb
Executable file
BIN
bun.lockb
Executable file
Binary file not shown.
10611
package-lock.json
generated
10611
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -19,11 +19,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tsparticles/slim": "^3.5.0",
|
"@tsparticles/slim": "^3.5.0",
|
||||||
"@tsparticles/vue3": "^3.0.1",
|
"@tsparticles/vue3": "^3.0.1",
|
||||||
"axios": "^1.7.7",
|
|
||||||
"bcrypt": "^5.1.1",
|
|
||||||
"express": "^4.21.1",
|
"express": "^4.21.1",
|
||||||
"jsonwebtoken": "^9.0.2",
|
|
||||||
"pg": "^8.13.1",
|
|
||||||
"pinia": "^2.2.6",
|
"pinia": "^2.2.6",
|
||||||
"vue": "^3.5.12",
|
"vue": "^3.5.12",
|
||||||
"vue-router": "^4.4.5"
|
"vue-router": "^4.4.5"
|
||||||
|
|
Loading…
Add table
Reference in a new issue