create cache dir

This commit is contained in:
Keenan Tims 2025-04-25 12:35:39 -07:00
parent d0f69611dc
commit 1bbd3302e4

View File

@ -21,4 +21,7 @@ COPY . .
RUN chmod +x cli.js
RUN chmod +x watcher.py
# Make ephemeral cache directory
RUN mkdir ./cache
ENTRYPOINT /app/watcher.py