Fix dockerfile

This commit is contained in:
vorotamoroz
2026-04-02 10:31:17 +01:00
parent 00f2606a2f
commit 2e3e106fb2

View File

@@ -108,4 +108,4 @@ RUN chmod +x /usr/local/bin/livesync-cli
# Mount your vault / local database directory here
VOLUME ["/data"]
ENTRYPOINT ["/usr/local/bin/livesync-cli"]
ENTRYPOINT ["livesync-cli"]