chore: ensure api-queue.json exists
Some checks are pending
build / build (push) Waiting to run

This commit is contained in:
Viktor Varland 2025-09-30 12:10:12 +02:00
parent 1be09be9db
commit cd75bffa52
Signed by: varl
GPG key ID: 7459F0B410115EE8

View file

@ -41,6 +41,7 @@ RUN mkdir /data
RUN mkdir /data/vids
RUN touch /data/config.json
RUN touch /data/opml.xml
RUN touch /data/api-queue.json
RUN chown --recursive subsyt:subsyt /data