mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-10-30 21:35:26 +01:00
chore: Bring back group value for COPY --chown
This commit is contained in:
@@ -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"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user