diff options
| author | 2024-08-19 01:11:14 +0100 | |
|---|---|---|
| committer | 2024-08-19 01:11:14 +0100 | |
| commit | 0f95e7dc7e89650f4591c636510f5463e7074dff (patch) | |
| tree | 6bfc6c9e0e89f0c783a8202aaec4902183051053 | |
| parent | Add debug endpoints and implement token auth (diff) | |
Include scripts in image
| -rw-r--r-- | thallium-backend/.dockerignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/thallium-backend/.dockerignore b/thallium-backend/.dockerignore index de65985..4f45bcf 100644 --- a/thallium-backend/.dockerignore +++ b/thallium-backend/.dockerignore @@ -7,3 +7,4 @@ !src !requirements.txt !LICENSE +!scripts |