Fixing Docker OCI err

This commit is contained in:
Jyotirmoy Bandyopadhayaya 2022-09-17 11:45:45 +05:30
parent 94cea63c1a
commit cd9b854345
Signed by: bravo68web
GPG Key ID: F5671FD7BCB9917A
1 changed files with 3 additions and 0 deletions

View File

@ -8,4 +8,7 @@ RUN git lfs install
COPY mirror.sh /mirror.sh
COPY setup.sh /setup.sh
RUN chmod +x /mirror.sh
RUN chmod +x /setup.sh
ENTRYPOINT ["/mirror.sh"]