From 168be4c4f5e5ab4fc0ca84fdb413171b3cebf05e Mon Sep 17 00:00:00 2001 From: f Date: Tue, 26 Oct 2021 16:42:44 -0300 Subject: [PATCH] no incorporar secretos --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) 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