main #21

Merged
SevenOfAces merged 11 commits from main into gold 2025-03-07 18:27:10 +00:00
Showing only changes of commit 33172ef496 - Show all commits

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;"]