mirror of
https://github.com/flibusta-apps/library_updater.git
synced 2025-12-06 15:45:36 +01:00
Add vault
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user