This commit is contained in:
JMARyA 2023-07-04 19:08:56 +02:00
parent 6d55f0ff92
commit 2b903cccda
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
4 changed files with 398 additions and 357 deletions

View file

@ -5,10 +5,10 @@ WORKDIR /app
RUN cargo build --release
FROM debian
FROM archlinux
RUN apt-get update
RUN apt-get install -y gnupg ca-certificates
RUN pacman -Syu --noconfirm
RUN pacman -S --noconfirm gnupg ca-certificates openssl-1.1
COPY --from=builder /app/target/release/me-site /me-site