Inital Release

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

View File

@ -6,6 +6,6 @@ RUN apk update && apk upgrade && \
RUN git lfs install
COPY mirror.sh /mirror.sh
COPY setup-ssh.sh /setup.sh
COPY setup.sh /setup.sh
ENTRYPOINT ["/mirror.sh"]