mirror of
https://github.com/minoplhy/chhoto-url.git
synced 2024-11-22 09:16:46 +00:00
Don't include resources during build for better caching
This commit is contained in:
parent
abe8238713
commit
e14fc1f3b5
@ -10,7 +10,6 @@ COPY ./actix/Cargo.lock .
|
||||
RUN cargo build-deps --release
|
||||
|
||||
COPY ./actix/src ./src
|
||||
COPY ./actix/resources ./resources
|
||||
|
||||
RUN cargo build --release
|
||||
|
||||
@ -21,6 +20,6 @@ RUN apk add sqlite-libs
|
||||
WORKDIR /opt
|
||||
|
||||
COPY --from=build /simply-shorten/target/release/simply-shorten /opt/simply-shorten
|
||||
COPY --from=build /simply-shorten/resources /opt/resources
|
||||
COPY ./actix/resources /opt/resources
|
||||
|
||||
CMD ["./simply-shorten"]
|
||||
|
Loading…
Reference in New Issue
Block a user