mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 20:26:22 +00:00
ya no es necesario hacer limpieza en docker
This commit is contained in:
parent
fd784919df
commit
084bf8547f
1 changed files with 0 additions and 4 deletions
|
@ -60,10 +60,6 @@ RUN mv ../sutty/.bundle ./.bundle
|
|||
# Instalar secretos
|
||||
COPY --chown=app:root ./config/credentials.yml.enc ./config/
|
||||
|
||||
# Eliminar la necesidad de un runtime JS en producción, porque los
|
||||
# assets ya están pre-compilados.
|
||||
RUN sed -re "/(sassc|uglifier|bootstrap|coffee-rails)/d" -i Gemfile
|
||||
RUN bundle clean
|
||||
RUN rm -rf ./node_modules ./tmp/cache ./.git ./test ./doc
|
||||
# Eliminar archivos innecesarios
|
||||
USER root
|
||||
|
|
Loading…
Reference in a new issue