add ca-certs and add live deploy compose file.. until we do nomad :)

This commit is contained in:
41666 2022-11-20 23:58:30 -05:00
parent 946448f049
commit 7904898ce6
2 changed files with 63 additions and 1 deletions

View file

@ -10,7 +10,7 @@ RUN cargo build --bin ${SERVICE} --release
FROM debian:bullseye-slim AS target
ARG SERVICE
RUN apt-get update && apt-get install -y ca-certificates && rm -rf /var/lib/apt/lists/*
COPY --from=builder /app/target/release/${SERVICE} /app
RUN chmod a+x /app