From b038f2017275950b8b19f37fc816c557b9dc6eb0 Mon Sep 17 00:00:00 2001 From: Ryan Hamilton Date: Thu, 11 Sep 2025 12:10:34 -0500 Subject: [PATCH] fix: comment out USER directive for troubleshooting --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1759640..a8f0815 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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