mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-04-04 00:34:01 +02: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/
|
WORKDIR /home/testssl/
|
||||||
|
|
||||||
# Copy over build context (after filtered by .dockerignore): bin/ etc/ testssl.sh
|
# 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"]
|
ENTRYPOINT ["testssl.sh"]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user