create cache dir
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user