don't add local gateway/media directory to container image (#1482)

Signed-off-by: Paul S. Schweigert <paul@paulschweigert.com>

Fixes #1473

The `gateway/media` directory is currently ignored by git. If the user
happens to have created that directory locally for some
reason (running tests?) then the docker build fails.

This patch implements a simple fix for docker to ignore the local media
diretory when building the container image.
This commit is contained in:
Paul Schweigert 2024-09-03 15:13:35 -04:00 committed by GitHub
parent 9a26caa059
commit 24b36c031a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -44,3 +44,4 @@ static
stats
*.sqlite3
tests
gateway/media