Compare commits
No commits in common. "1498ca388a897f9c65a568e9700a0c0f2729d22d" and "585e6684a5cf8091e3874b9029ff21795d7225e8" have entirely different histories.
1498ca388a
...
585e6684a5
5 changed files with 10616 additions and 3 deletions
|
@ -5,7 +5,6 @@ on:
|
|||
branches:
|
||||
- gold
|
||||
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
@ -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