Skip to content

Commit

Permalink
rust fix
Browse files Browse the repository at this point in the history
  • Loading branch information
olegdayo committed Dec 1, 2024
1 parent 8e77e0a commit 3a52851
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/back/validator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ WORKDIR /app
COPY . .
RUN apt update && apt install musl-tools -y
RUN rustup target add x86_64-unknown-linux-musl
RUN cargo build --target x86_64-unknown-linux-musl --release
RUN ls
RUN cargo build --release --target x86_64-unknown-linux-musl

FROM --platform=linux/amd64 alpine:latest AS runner
WORKDIR /app
Expand Down

0 comments on commit 3a52851

Please sign in to comment.