Skip to content

Commit

Permalink
Test docker build path
Browse files Browse the repository at this point in the history
  • Loading branch information
randomairborne committed Jan 15, 2024
1 parent 3e1e924 commit 018dfb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ COPY . .

RUN apk add musl-dev

RUN echo $PATH

RUN --mount=type=cache,target=/target/ --mount=type=cache,target=/usr/local/cargo/ cargo build --release

FROM alpine
Expand Down

0 comments on commit 018dfb6

Please sign in to comment.