Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
don't add local gateway/media directory to container image (#1482)
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