diff options
| author | James Mills <1290234+prologic@users.noreply.github.com> | 2023-01-21 11:27:02 +1000 |
|---|---|---|
| committer | James Mills <1290234+prologic@users.noreply.github.com> | 2023-01-21 11:27:02 +1000 |
| commit | f9f2bbaeaa105f56eec35d5cc1eba82abeaa1dce (patch) | |
| tree | 4cf0ba6434e87ace84a3954b65e4171798ed1956 /Dockerfile | |
| parent | 934df7348fdaf88dd492db08b13ab4d51f8ee6c3 (diff) | |
Fix (refix) Dockerfile
Diffstat (limited to 'Dockerfile')
| -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 |
