Skip to content

Commit

Permalink
fix: Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
madonuko authored May 25, 2024
1 parent 8afb942 commit 52dcbb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ COPY ./src ./src
COPY ./xtask/src ./xtask/src
COPY ./migrations ./migrations
COPY ./Rocket.toml.example ./Rocket.toml
COPY ./sqlx-data.json ./sqlx-data.json
COPY .sqlx .sqlx

RUN rm ./target/release/deps/madoguchi*
RUN cargo build --release
Expand Down

0 comments on commit 52dcbb9

Please sign in to comment.