Merge pull request #4694 from bipface/fix-docker-config

fix docker config
This commit is contained in:
evazion
2021-02-04 00:33:32 -06:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

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

View File

@@ -1,5 +1,5 @@
# #
# Usage: docker-compose --env-file .env.test -f config/docker/docker-compose-test.yaml -p danbooru run -T danbooru # Usage: docker-compose --env-file .env.test -f config/docker/docker-compose.test.yaml -p danbooru run -T danbooru
# #
# Docker Compose file to create an instance of danbooru along with a test database and run the test suite. # Docker Compose file to create an instance of danbooru along with a test database and run the test suite.
# #