Skip to content

Commit

Permalink
Revert to default file
Browse files Browse the repository at this point in the history
  • Loading branch information
lindenmckenzie committed Jul 5, 2023
1 parent a617422 commit a12f2c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ WORKDIR /usr/src/

COPY app /usr/src/app
COPY data /usr/src/data
COPY .env.local poetry.lock pyproject.toml /usr/src/
COPY .env.default poetry.lock pyproject.toml /usr/src/

RUN poetry install --no-dev

Expand Down
2 changes: 1 addition & 1 deletion app/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
settings = Dynaconf(
envvar_prefix="BERLIN_API",
load_dotenv=True,
dotenv_path=".env.local",
dotenv_path=".env.default",
)

settings.reload()
Expand Down

0 comments on commit a12f2c4

Please sign in to comment.