create .ssh directory

This commit is contained in:
Gottfried Mayer 2022-08-05 17:51:01 +02:00 committed by GitHub
parent 9a67c805e1
commit 3c4e54f0dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,6 @@ RUN apk --no-cache add \
bash
ADD upload.sh /bin/
RUN chmod +x /bin/upload.sh
RUN chmod +x /bin/upload.sh && mkdir ~/.ssh && chmod 700 ~/.ssh
ENTRYPOINT /bin/upload.sh