fix #109
This commit is contained in:
Jason Kulatunga
2020-10-27 07:18:47 -07:00
parent 7dbe108e33
commit ada3665ba0
2 changed files with 8 additions and 2 deletions
+4 -1
View File
@@ -49,6 +49,9 @@ RUN chmod +x /scrutiny/bin/scrutiny && \
chmod +x /scrutiny/bin/scrutiny-collector-metrics && \
mkdir -p /scrutiny/web && \
mkdir -p /scrutiny/config && \
mkdir -p /scrutiny/jobber
mkdir -p /scrutiny/jobber && \
chmod -R ugo+rwx /scrutiny/config && \
chmod -R ugo+rwx /scrutiny/jobber
CMD ["/init"]