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