fix dockerfile
This commit is contained in:
		@@ -3,6 +3,6 @@ RUN ["apk", "add", "--no-cache", "icecast"]
 | 
			
		||||
COPY ["icecast.xml", "/app/icecast.xml"]
 | 
			
		||||
 | 
			
		||||
FROM scratch
 | 
			
		||||
COPY --from/base / /
 | 
			
		||||
COPY --from=base / /
 | 
			
		||||
USER 1443:1443
 | 
			
		||||
ENTRYPOINT ["/usr/bin/icecast", "-c", "/app/icecast.xml"]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user