mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-08 11:49:10 +00:00
fix: remove empty continuation
This commit is contained in:
parent
c5bd6ecb5d
commit
d54508542f
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ COPY lune-bin/ lune-git/ lune/ /home/builder/packages/
|
|||
COPY ./entrypoint.sh /home/builder/packages/entrypoint.sh
|
||||
|
||||
RUN chown -R builder:builder /home/builder/packages && \
|
||||
chmod 600 /home/builder/packages/* -R && \
|
||||
chmod 600 /home/builder/packages/* -R
|
||||
|
||||
USER builder
|
||||
WORKDIR /home/builder/packages
|
||||
|
|
Loading…
Reference in a new issue