eliminar tests del contenedor
This commit is contained in:
parent
4a88ac9c08
commit
97babe8fcc
1 changed files with 3 additions and 1 deletions
|
@ -63,7 +63,9 @@ COPY --chown=app:www-data ./public/packs-production ./public/packs
|
||||||
# assets ya están pre-compilados.
|
# assets ya están pre-compilados.
|
||||||
RUN sed -re "/(sassc|uglifier|bootstrap|coffee-rails)/d" -i Gemfile
|
RUN sed -re "/(sassc|uglifier|bootstrap|coffee-rails)/d" -i Gemfile
|
||||||
RUN bundle clean
|
RUN bundle clean
|
||||||
RUN rm -rf ./node_modules ./tmp/cache ./.git
|
RUN rm -rf ./node_modules ./tmp/cache ./.git ./test ./doc
|
||||||
|
# Eliminar archivos innecesarios
|
||||||
|
RUN find /srv/http/vendor/ruby/2.7.0/ -maxdepth 3 -type d -name test -o -name spec -o name rubocop | xargs -r rm -rf
|
||||||
|
|
||||||
# Contenedor final
|
# Contenedor final
|
||||||
FROM sutty/monit:latest
|
FROM sutty/monit:latest
|
||||||
|
|
Loading…
Reference in a new issue