fix: please...
Build and Deploy / build-docker (push) Successful in 5m9s Details

This commit is contained in:
antifallobst 2023-11-24 19:06:53 +01:00
parent 2445d3462e
commit c873883b59
Signed by: antifallobst
GPG Key ID: 2B4F402172791BAF
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ RUN SQLX_OFFLINE=true cargo build --release
FROM debian:bullseye-slim
RUN apt-get update; apt-get install -y libssl3; rm -rf /var/lib/apt/lists/*
RUN apt-get update; apt-get install -y openssl
COPY --from=build /nerdcult_api/target/release/nerdcult_api /bin/nerdcult_api