Skip to content

Commit

Permalink
i h a t e d o c k e r t o o
Browse files Browse the repository at this point in the history
  • Loading branch information
hUwUtao committed Oct 7, 2024
1 parent a432eb1 commit f4e451a
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 @@ -5,10 +5,10 @@ FROM rust:bookworm as builder
WORKDIR /usr/src/s3-server

# Copy the Cargo.toml and Cargo.lock files
COPY Cargo.toml Cargo.lock assets ./
COPY Cargo.toml Cargo.lock ./

# Copy the source code
COPY src ./src
COPY . .

# Build the application
RUN cargo build --release --bin s3-server
Expand Down

0 comments on commit f4e451a

Please sign in to comment.