mirror of
				https://github.com/casjaysdevdocker/deno
				synced 2025-11-04 01:02:42 -05:00 
			
		
		
		
	🗃️ modified: Dockerfile 🗃️
This commit is contained in:
		@@ -8,7 +8,8 @@ COPY ./bin/. /usr/local/bin/
 | 
			
		||||
COPY ./config/. /config/
 | 
			
		||||
COPY ./data/. /data/
 | 
			
		||||
 | 
			
		||||
RUN /usr/local/bin/get-deno.sh && \
 | 
			
		||||
RUN chmod -Rf 755 /usr/local/bin/get-deno.sh && \
 | 
			
		||||
  /usr/local/bin/get-deno.sh && \
 | 
			
		||||
  rm -Rf /usr/local/bin/get-deno.sh
 | 
			
		||||
 | 
			
		||||
FROM scratch
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user