Skip to content

Commit

Permalink
ci: strip
Browse files Browse the repository at this point in the history
  • Loading branch information
ElaBosak233 committed Jul 29, 2024
1 parent abeceb2 commit 1534e7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ RUN apt update && apt install -y musl-tools musl-dev pkg-config

RUN cargo build --release --target x86_64-unknown-linux-musl

RUN strip target/x86_64-unknown-linux-musl/release/cloudsdale

FROM node:20 AS frontend

COPY ./web /app
Expand All @@ -25,8 +27,6 @@ RUN npm run build

FROM alpine:latest

RUN apk --no-cache add ca-certificates

WORKDIR /app

COPY --from=backend /app/target/x86_64-unknown-linux-musl/release/cloudsdale .
Expand Down

0 comments on commit 1534e7b

Please sign in to comment.