Improve the speed of test Docker builds. (#354)

V3_GIT_ORIGIN_REV_ID: a5229c4361bcd2de373fedb5d3ee43c9af75c556
This commit is contained in:
Samir Talwar 2024-03-18 12:20:33 +01:00 committed by hasura-bot
parent 7e0f0bb1ab
commit 249b86b328

View File

@ -55,7 +55,7 @@ COPY . .
# Builds the application
FROM builder AS built
# Build the app
RUN cargo build --release
RUN cargo build --release --all-targets
###
# Ship the app in an image with `curl` and very little else