From 934df7348fdaf88dd492db08b13ab4d51f8ee6c3 Mon Sep 17 00:00:00 2001 From: James Mills <1290234+prologic@users.noreply.github.com> Date: Sat, 21 Jan 2023 11:26:31 +1000 Subject: [PATCH] Fix Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) 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