diff --git a/Dockerfile b/Dockerfile index 2d0c39ba..4620f54d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -94,6 +94,7 @@ COPY --from=build --chown=app:www-data /home/app/sutty/vendor vendor COPY --from=build --chown=app:www-data /home/app/sutty/.bundle .bundle COPY --from=build --chown=app:www-data /home/app/sutty/Gemfile Gemfile COPY --from=build --chown=app:www-data /home/app/sutty/Gemfile.lock Gemfile.lock +COPY ./config/credentials.yml.enc ./config/credentials.yml.enc # Volver a root para cerrar la compilaciĆ³n USER root