fix: directory ending with /

This commit is contained in:
Erica Marigold 2023-08-01 11:31:54 +05:30 committed by GitHub
parent 61393b4184
commit 97c23010f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ RUN useradd -m builder && \
RUN mkdir -p /home/builder/.ssh && \
touch /home/builder/.ssh/known_hosts
COPY lune-bin/ lune-git/ lune/ /home/builder/packages
COPY lune-bin/ lune-git/ lune/ /home/builder/packages/
COPY ./entrypoint.sh /home/builder/packages/entrypoint.sh