Skip to content

Commit

Permalink
Target
Browse files Browse the repository at this point in the history
  • Loading branch information
Loudbooks committed Dec 10, 2024
1 parent 537a688 commit d2d6183
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,8 @@ log = "0.4.22"
dotenv = "0.15"
futures-util = "0.3.31"
aws-credential-types = { version = "1.2.1", features = ["hardcoded-credentials"] }
env_logger = "0.11.5"
env_logger = "0.11.5"

[[bin]]
name = "backend"
path = "src/main.rs"
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:latest AS builder

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

0 comments on commit d2d6183

Please sign in to comment.