Inital Release

This commit is contained in:
Jyotirmoy Bandyopadhayaya 2022-09-17 11:33:32 +05:30
parent 92eb8ce651
commit 0d141606ba
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-ssh.sh
COPY setup-ssh.sh /setup.sh
ENTRYPOINT ["/mirror.sh"]