mirror of
https://github.com/drwetter/testssl.sh.git
synced 2024-12-28 04:19:44 +01:00
chore: Bring back group value for COPY --chown
This commit is contained in:
parent
74892e45c5
commit
81634ce13d
@ -13,7 +13,7 @@ USER testssl
|
||||
WORKDIR /home/testssl/
|
||||
|
||||
# Copy over build context (after filtered by .dockerignore): bin/ etc/ testssl.sh
|
||||
COPY --chown=testssl . /home/testssl/
|
||||
COPY --chown=testssl:testssl . /home/testssl/
|
||||
|
||||
ENTRYPOINT ["testssl.sh"]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user