refactor
This commit is contained in:
parent
6d55f0ff92
commit
2b903cccda
4 changed files with 398 additions and 357 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue