create cache dir
This commit is contained in:
parent
d0f69611dc
commit
1bbd3302e4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user