From 1cac358a6fd0818a87a89a707317cbd32f70b9f3 Mon Sep 17 00:00:00 2001 From: Martin Artnik Date: Mon, 9 Sep 2024 11:18:38 +0200 Subject: [PATCH] Fix Dockerfile --- Dockerfile.production | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile.production b/Dockerfile.production index b98b55313..a8e0d36f4 100644 --- a/Dockerfile.production +++ b/Dockerfile.production @@ -100,7 +100,6 @@ ENV PATH=$GEM_HOME/bin:$PATH ENV BUNDLE_APP_CONFIG=.bundle RUN adduser --uid 1000 scinote -RUN chown scinote:scinote $APP_HOME USER scinote COPY --from=builder --chown=scinote:scinote $APP_HOME $APP_HOME