Fix Dockerfile

This commit is contained in:
Martin Artnik 2024-09-09 11:18:38 +02:00
parent d6e588c629
commit 1cac358a6f

View file

@ -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