better mime + more index
Some checks are pending
ci/woodpecker/push/build Pipeline is pending

This commit is contained in:
JMARyA 2025-02-25 00:06:48 +01:00
parent 2e5b4fc3d2
commit aba031a047
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
7 changed files with 64 additions and 52 deletions

View file

@ -13,7 +13,7 @@ RUN cargo build --release
FROM debian:buster
RUN apt-get update && apt-get upgrade -y
RUN apt-get install -y ca-certificates openssl
RUN apt-get install -y ca-certificates openssl file
COPY --from=builder /app/target/release/webarc /webarc
COPY --from=builder /monolith/target/release/monolith /usr/bin/monolith