From b1d81767389d9752c2da4e8cf16cc9f62cc8f10f Mon Sep 17 00:00:00 2001 From: Syping Date: Thu, 23 Apr 2026 23:26:19 +0200 Subject: [PATCH] Containerfile: add volume path --- Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile b/Containerfile index 97a9ad9..d7b7cc4 100644 --- a/Containerfile +++ b/Containerfile @@ -62,5 +62,6 @@ COPY --from=build /opt/dtranslatebot/lib/*.so.* /opt/dtranslatebot/lib/ RUN adduser -D dtranslatebot USER dtranslatebot WORKDIR /home/dtranslatebot +VOLUME /home/dtranslatebot COPY --from=build /build/dtranslatebot.json . ENTRYPOINT ["/opt/dtranslatebot/bin/dtranslatebot", "--wait-for-translator", "dtranslatebot.json"]