Skip to content

Commit

Permalink
Fix docker build I think
Browse files Browse the repository at this point in the history
  • Loading branch information
frc4533-lincoln committed Oct 28, 2024
1 parent 8532c8a commit 40de03d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /usr/src/searched
COPY . .

RUN apk add --no-cache -U musl-dev openssl-dev
RUN cargo build --release
RUN cargo build --release --features prod

FROM alpine:latest

Expand Down

0 comments on commit 40de03d

Please sign in to comment.