diff --git a/Dockerfile b/Dockerfile index 3fa91c21..3920a6f5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -67,9 +67,6 @@ RUN rm -rf ./vendor RUN mv ../sutty/vendor ./vendor RUN mv ../sutty/.bundle ./.bundle -# Instalar secretos -COPY --chown=app:root ./config/credentials.yml.enc ./config/ - RUN rm -rf ./node_modules ./tmp/cache ./.git ./test ./doc # Eliminar archivos innecesarios USER root