mirror of
https://github.com/minoplhy/chhoto-url.git
synced 2025-04-09 03:58:00 +00:00
chg: Moved the resources folder out of actix since it isn't Rust
This commit is contained in:
parent
9fdb634d71
commit
8b1af0a169
@ -21,6 +21,6 @@ RUN cargo build --release --target=x86_64-unknown-linux-musl --locked --bin chho
|
|||||||
|
|
||||||
FROM scratch
|
FROM scratch
|
||||||
COPY --from=builder /chhoto-url/target/x86_64-unknown-linux-musl/release/chhoto-url /chhoto-url
|
COPY --from=builder /chhoto-url/target/x86_64-unknown-linux-musl/release/chhoto-url /chhoto-url
|
||||||
COPY ./actix/resources /resources
|
COPY ./resources /resources
|
||||||
ENTRYPOINT ["/chhoto-url"]
|
ENTRYPOINT ["/chhoto-url"]
|
||||||
|
|
||||||
|
Before ![]() (image error) Size: 11 KiB After ![]() (image error) Size: 11 KiB ![]() ![]() |
Before ![]() (image error) Size: 1.7 KiB After ![]() (image error) Size: 1.7 KiB ![]() ![]() |
Before Width: 32px | Height: 32px | Size: 4.2 KiB After Width: 32px | Height: 32px | Size: 4.2 KiB |
Before (image error) Size: 14 KiB After (image error) Size: 14 KiB |
Loading…
x
Reference in New Issue
Block a user