Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Server: Make "test" a default env in --dev mode for integration-env
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed Apr 30, 2021
1 parent 5ac82ee commit 2154dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-env/docker-compose.server.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
server:
image: quay.io/riotkit/backup-repository:latest-dev
environment:
APP_ENV: "dev"
APP_ENV: "test"
volumes:
- /tmp/profiler:/tmp/profiler
- ../server/src:/home/backuprepository/src
Expand Down

0 comments on commit 2154dcd

Please sign in to comment.