fix Dockerfile.danbooru

bundle path was getting lost when switching user
This commit is contained in:
bipface
2021-02-03 00:25:59 +11:00
committed by GitHub
parent 5c0a49c815
commit 7546198fcc

View File

@@ -32,6 +32,7 @@ COPY package.json yarn.lock ./
RUN yarn install
COPY . .
RUN bundle config set path vendor/bundle --local
ARG DATABASE_URL=postgresql://0.0.0.0
ARG DANBOORU_SECRET_KEY_BASE=1234