Created /data folder for bootstrap mounting
This commit is contained in:
parent
4b6d826339
commit
cda08e7617
@ -82,6 +82,8 @@ RUN mkdir /var/log/floscout/
|
|||||||
RUN touch /var/log/floscout/floscout.err.log
|
RUN touch /var/log/floscout/floscout.err.log
|
||||||
RUN touch /var/log/floscout/floscout.out.log
|
RUN touch /var/log/floscout/floscout.out.log
|
||||||
|
|
||||||
|
|
||||||
|
RUN mkdir /data
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
COPY run.sh .
|
COPY run.sh .
|
||||||
RUN chmod +x run.sh
|
RUN chmod +x run.sh
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user