main #36

Merged
SevenOfAces merged 3 commits from main into gold 2025-04-08 22:10:31 +00:00
Showing only changes of commit 643db2b81b - Show all commits

View file

@ -16,6 +16,7 @@ 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
CMD ["nginx", "-g", "daemon off;"]