Skip to content

Commit

Permalink
don't add local gateway/media directory to container image (#1482)
Browse files Browse the repository at this point in the history
Signed-off-by: Paul S. Schweigert <[email protected]>

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.
  • Loading branch information
psschwei authored Sep 3, 2024
1 parent 9a26caa commit 24b36c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@ static
stats
*.sqlite3
tests
gateway/media

0 comments on commit 24b36c0

Please sign in to comment.