Compare commits
3 commits
dfeecb7a6f
...
5cc471e0b9
Author | SHA1 | Date | |
---|---|---|---|
|
5cc471e0b9 | ||
643db2b81b | |||
defaad6983 |
4 changed files with 3 additions and 10617 deletions
|
@ -16,6 +16,7 @@ COPY --from=build-stage /app/dist /usr/share/nginx/html
|
|||
EXPOSE 80
|
||||
|
||||
# Use a non-root user for security
|
||||
USER 1000
|
||||
RUN chown -R 101:101 /usr/share/nginx/html /var/cache/nginx /var/run /etc/nginx
|
||||
USER 101
|
||||
|
||||
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": {
|
||||
"@tsparticles/slim": "^3.5.0",
|
||||
"@tsparticles/vue3": "^3.0.1",
|
||||
"axios": "^1.7.7",
|
||||
"bcrypt": "^5.1.1",
|
||||
"express": "^4.21.1",
|
||||
"jsonwebtoken": "^9.0.2",
|
||||
"pg": "^8.13.1",
|
||||
"pinia": "^2.2.6",
|
||||
"vue": "^3.5.12",
|
||||
"vue-router": "^4.4.5"
|
||||
|
@ -33,7 +29,7 @@
|
|||
"@types/jsdom": "^21.1.7",
|
||||
"@types/node": "^22.9.0",
|
||||
"@vitejs/plugin-vue": "^5.1.4",
|
||||
"@vitest/eslint-plugin": "1.1.7",
|
||||
"@vitest/eslint-plugin": "1.1.39",
|
||||
"@vue/eslint-config-prettier": "^10.1.0",
|
||||
"@vue/eslint-config-typescript": "^14.1.3",
|
||||
"@vue/test-utils": "^2.4.6",
|
||||
|
|
Loading…
Add table
Reference in a new issue