mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-23 01:36:22 +00:00
no incorporar secretos
This commit is contained in:
parent
0ba7308570
commit
168be4c4f5
1 changed files with 0 additions and 3 deletions
|
@ -67,9 +67,6 @@ RUN rm -rf ./vendor
|
||||||
RUN mv ../sutty/vendor ./vendor
|
RUN mv ../sutty/vendor ./vendor
|
||||||
RUN mv ../sutty/.bundle ./.bundle
|
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
|
RUN rm -rf ./node_modules ./tmp/cache ./.git ./test ./doc
|
||||||
# Eliminar archivos innecesarios
|
# Eliminar archivos innecesarios
|
||||||
USER root
|
USER root
|
||||||
|
|
Loading…
Reference in a new issue