Add vault

This commit is contained in:
2024-04-14 13:26:57 +02:00
parent e60a253a12
commit c4ce230bd6
7 changed files with 29 additions and 12 deletions

View File

@@ -15,7 +15,10 @@ RUN apt-get update \
RUN update-ca-certificates
COPY ./scripts/*.sh /
RUN chmod +x /*.sh
WORKDIR /app
COPY --from=builder /app/target/release/library_updater /usr/local/bin
ENTRYPOINT ["/usr/local/bin/library_updater"]
ENTRYPOINT ["/start.sh"]