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