Skip to content

Commit

Permalink
feat: Added ability to override default config.
Browse files Browse the repository at this point in the history
  • Loading branch information
AshpatTW committed Aug 9, 2024
1 parent 3fa979f commit 3cffac4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ ARG TAG=main

FROM ${REGISTRY_URL}haiven:${TAG}

COPY ./config_override/ /app/

COPY . /app/teams

CMD ["python", "-u", "main.py"]
Empty file added config_override/.gitkeep
Empty file.

0 comments on commit 3cffac4

Please sign in to comment.