Compare commits

...

2 commits

Author SHA1 Message Date
201da72c78 Merge branch 'main' of https://git.smgames.club/mad-star-studio/hub-site
Some checks failed
Testing / test (push) Waiting to run
Testing / test (pull_request) Has been cancelled
2025-03-05 23:39:25 -08:00
33172ef496 Use numerical user ID to allow validation 2025-03-05 23:39:09 -08:00

View file

@ -16,6 +16,6 @@ COPY --from=build-stage /app/dist /usr/share/nginx/html
EXPOSE 80
# Use a non-root user for security
USER nginx
USER 1000
CMD ["nginx", "-g", "daemon off;"]