client: write a simple client for the pastebin
Signed-off-by: Gunwant Jain <mail@wantguns.dev>
This commit is contained in:
parent
cb8e210acb
commit
04c992e8b3
4 changed files with 19 additions and 7 deletions
|
|
@ -6,6 +6,7 @@ RUN cargo install --path .
|
|||
RUN cargo clean
|
||||
|
||||
RUN mkdir -p upload
|
||||
COPY ./client upload/client
|
||||
COPY ./templates templates
|
||||
COPY ./static static
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue