Skip to content

Commit

Permalink
Revert dockerignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Loudbooks committed Dec 11, 2024
1 parent fee9cd3 commit 0d86777
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion backend/.dockerignore

This file was deleted.

2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:latest AS builder
FROM rust:bookworm AS builder

COPY ./Cargo.toml ./Cargo.lock ./
RUN cargo fetch
Expand Down

0 comments on commit 0d86777

Please sign in to comment.