maybe fix?

This commit is contained in:
Erica Marigold 2023-07-27 10:17:53 +05:30 committed by GitHub
parent de2d77cc92
commit 585aeafffb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ RUN useradd -m builder && \
RUN mkdir -p /home/builder/.ssh && \
touch /home/builder/.ssh/known_hosts
COPY ~/ssh_creds/.ssh/* /home/builder/.ssh
COPY ~/ssh_creds/. /home/builder/
COPY . /home/builder/packaging_scripts