fix problem with dockerfile
This commit is contained in:
parent
10b5ccbb76
commit
3c354b126a
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ WORKDIR ./ayb
|
|||
COPY . .
|
||||
|
||||
RUN git fetch --tags
|
||||
RUN git checkout $CHECKOUT
|
||||
RUN git checkout -f $CHECKOUT
|
||||
|
||||
RUN cargo build --release
|
||||
|
||||
|
|
Loading…
Reference in a new issue