Upgrade to Yarn 2.

This commit is contained in:
evazion
2021-02-28 17:43:00 -06:00
parent 340eeec023
commit 3be72bdb3b
5 changed files with 10212 additions and 7169 deletions

View File

@@ -38,7 +38,7 @@ ARG DATABASE_URL=postgresql://0.0.0.0
ARG DANBOORU_SECRET_KEY_BASE=1234
ARG RAILS_ENV=production
RUN bin/rails assets:precompile && ln -sf packs public/packs-test
RUN rm -rf node_modules log tmp && mkdir log tmp
RUN rm -rf node_modules log tmp .yarn/cache && mkdir log tmp
FROM ubuntu:20.10