fix: comment out USER directive for troubleshooting
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 3m48s

This commit is contained in:
2025-09-11 12:10:34 -05:00
parent 4c5b78a584
commit b038f20172

View File

@@ -104,8 +104,8 @@ COPY --from=builder --chown=pa11y:pa11y /app /app
# Copy production configuration
COPY --chown=pa11y:pa11y production.json /app/config/production.json
# Switch to non-root user
USER pa11y
# # Switch to non-root user
# USER pa11y
# Expose ports
EXPOSE 4000