Compare commits
1 commit
5cc471e0b9
...
dfeecb7a6f
Author | SHA1 | Date | |
---|---|---|---|
|
dfeecb7a6f |
4 changed files with 10616 additions and 2 deletions
|
@ -16,7 +16,6 @@ COPY --from=build-stage /app/dist /usr/share/nginx/html
|
|||
EXPOSE 80
|
||||
|
||||
# Use a non-root user for security
|
||||
RUN chown -R 101:101 /usr/share/nginx/html /var/cache/nginx /var/run /etc/nginx
|
||||
USER 101
|
||||
USER 1000
|
||||
|
||||
CMD ["nginx", "-g", "daemon off;"]
|
BIN
bun.lockb
BIN
bun.lockb
Binary file not shown.
10611
package-lock.json
generated
Executable file
10611
package-lock.json
generated
Executable file
File diff suppressed because it is too large
Load diff
|
@ -19,7 +19,11 @@
|
|||
"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"
|
||||
|
|
Loading…
Add table
Reference in a new issue