Merge pull request #4694 from bipface/fix-docker-config
fix docker config
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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.
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user