diff options
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +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/ +COPY ./cmd/tube/*.go ./tube/tube/ # Version/Commit (there there is no .git in Docker build context) # NOTE: This is fairly low down in the Dockerfile instructions so |
