Skip to content

Commit

Permalink
chore: add dockerignore and update builder image
Browse files Browse the repository at this point in the history
  • Loading branch information
husni-zuhdi committed Dec 26, 2024
1 parent f3646f2 commit 4a91df8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
target
Dockerfile
.dockerignore
.git
.gitignore
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.81.0-slim-bookworm AS builder
FROM rust:1.81.0-bookworm AS builder
COPY . .
RUN cargo build --release

Expand Down

0 comments on commit 4a91df8

Please sign in to comment.