add ca-certs and add live deploy compose file.. until we do nomad :)
This commit is contained in:
parent
946448f049
commit
7904898ce6
2 changed files with 63 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue