mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-10-31 22:05: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/ | 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"] | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Brennan Kinney
					Brennan Kinney