add xtask to push docker image
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
FROM rust:1.80
|
||||
|
||||
COPY . /usr/app
|
||||
COPY battlesnake/ /usr/app
|
||||
WORKDIR /usr/app
|
||||
|
||||
RUN cargo install --path battlesnake
|
||||
RUN cargo install --path .
|
||||
|
||||
CMD ["battlesnake"]
|
||||
|
Reference in New Issue
Block a user