Upgrade to Yarn 2.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user