Revert dockerfile change
This commit is contained in:
		@@ -1,5 +1,2 @@
 | 
				
			|||||||
FROM alpine
 | 
					FROM nginx
 | 
				
			||||||
RUN apk add hugo git go
 | 
					COPY ./public /usr/share/nginx/html
 | 
				
			||||||
RUN git clone https://gitea.arsenm.dev/Arsen6331/site.git
 | 
					 | 
				
			||||||
WORKDIR "/site"
 | 
					 | 
				
			||||||
CMD hugo server -p 80 --bind 0.0.0.0
 | 
					 | 
				
			||||||
		Reference in New Issue
	
	Block a user