fix: directories ending in /

This commit is contained in:
Erica Marigold 2023-08-01 11:30:49 +05:30 committed by GitHub
parent 075192560a
commit 61393b4184
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