cli client: update and move to contrib
Signed-off-by: Gunwant Jain <mail@wantguns.dev>
This commit is contained in:
parent
e17a5f7cdb
commit
e91393f63c
3 changed files with 16 additions and 11 deletions
|
|
@ -25,7 +25,7 @@ RUN cargo clean
|
|||
###### Runner Image
|
||||
FROM scratch as runner
|
||||
COPY --from=builder /app/empty_upload upload
|
||||
COPY ./client upload/client
|
||||
COPY ./contrib/cli/client upload/client
|
||||
COPY ./templates templates
|
||||
COPY ./static static
|
||||
COPY ./themes themes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue