Created /data folder for bootstrap mounting

This commit is contained in:
tripathyr 2022-07-17 13:39:00 +05:30 committed by GitHub
parent 4b6d826339
commit cda08e7617
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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