Skip to content

Commit

Permalink
chore: update github version
Browse files Browse the repository at this point in the history
  • Loading branch information
ashWhiteHat committed Jan 24, 2024
1 parent 670d3a5 commit a8a7393
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ RUN apk add --no-cache --update-cache \

WORKDIR /app

COPY sample .
COPY . .

WORKDIR /app
WORKDIR /app/sample

CMD cargo test --release

0 comments on commit a8a7393

Please sign in to comment.