Skip to content

Commit

Permalink
remove dev build on release Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Eason0729 committed Jul 4, 2024
1 parent da6cacd commit 8d7c68b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion judger/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ COPY . .
RUN --mount=type=cache,target=target

RUN rustup target add ${ARCH}-unknown-linux-musl
RUN cargo install --profile dev --target ${ARCH}-unknown-linux-musl --path judger
RUN cargo install --target ${ARCH}-unknown-linux-musl --path judger

FROM alpine:3.20
WORKDIR /plugins
Expand Down

0 comments on commit 8d7c68b

Please sign in to comment.