cli client: update and move to contrib

Signed-off-by: Gunwant Jain <mail@wantguns.dev>
This commit is contained in:
Gunwant Jain 2022-01-18 10:19:28 +05:30
commit e91393f63c
3 changed files with 16 additions and 11 deletions

View file

@ -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