diff options
| author | Fuwn <[email protected]> | 2023-11-25 23:20:27 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-11-25 23:20:27 -0800 |
| commit | 90491f18692f4a867f6bca5290e66a6f6b1b4da8 (patch) | |
| tree | 7aca5ab7b35e57231afba87b319188d86c332f7f /Dockerfile | |
| parent | feat: initial release (diff) | |
| download | docker-litterbox-0.1.0.tar.xz docker-litterbox-0.1.0.zip | |
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -18,4 +18,6 @@ RUN make install WORKDIR /root/.config/litterbox -CMD ["litterbox", "default"] +ENTRYPOINT ["litterbox", "-d", "/root/.config/litterbox/litterbox.sqlite3"] + +CMD ["default"] |