summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Mills <1290234+prologic@users.noreply.github.com>2023-01-21 11:26:31 +1000
committerJames Mills <1290234+prologic@users.noreply.github.com>2023-01-21 11:26:31 +1000
commit934df7348fdaf88dd492db08b13ab4d51f8ee6c3 (patch)
tree63fb69e204e0dc758d444a4de58a89563b87a1bf
parent07d888c2c60d727dab49aa8dbc905cb3ccedd7aa (diff)
Fix Dockerfile
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 513c7fd..ace9998 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -31,6 +31,7 @@ COPY ./app/middleware/*.go ./app/middleware/
COPY ./importers/*.go ./importers/
COPY ./media/*.go ./media/
COPY ./utils/*.go ./utils/
+COPY ./cmd/tube/*.go ./tube/yarnd/
# Version/Commit (there there is no .git in Docker build context)
# NOTE: This is fairly low down in the Dockerfile instructions so