Compare commits

..

No commits in common. "201da72c78cf56b44264bbfe9b2fd7f112fb970f" and "23fc794a305041bd8596b2e76f96edd5ba32cafb" have entirely different histories.

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 1000
USER nginx
CMD ["nginx", "-g", "daemon off;"]