Skip to content

Commit

Permalink
Merge branch 'main' into test
Browse files Browse the repository at this point in the history
  • Loading branch information
np22-jpg committed May 31, 2024
2 parents 71eadcf + 4396114 commit 84ebb3f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .dockerignore

This file was deleted.

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM docker.io/library/rust:1.78-slim-bookworm AS builder
WORKDIR /app
COPY ./ ./

RUN cargo test --release
# RUN cargo test --release
RUN cargo build --release

FROM docker.io/library/debian:bookworm-slim AS release
Expand Down

0 comments on commit 84ebb3f

Please sign in to comment.