Fix pubsub, documentation, version
This commit is contained in:
		@ -8,6 +8,6 @@ RUN apk --no-cache add tini
 | 
			
		||||
ENTRYPOINT ["/sbin/tini", "-g", "--"]
 | 
			
		||||
CMD ["godns"]
 | 
			
		||||
 | 
			
		||||
COPY etc/godns.conf /etc/godns.conf
 | 
			
		||||
COPY etc/godns.example.conf /etc/godns.conf
 | 
			
		||||
COPY godns /usr/local/bin/godns
 | 
			
		||||
RUN chmod +x /usr/local/bin/godns
 | 
			
		||||
 | 
			
		||||
@ -10,6 +10,6 @@ RUN apk --no-cache add tini
 | 
			
		||||
ENTRYPOINT ["/sbin/tini", "-g", "--"]
 | 
			
		||||
CMD ["godns"]
 | 
			
		||||
 | 
			
		||||
COPY etc/godns.conf /etc/godns.conf
 | 
			
		||||
COPY etc/godns.example.conf /etc/godns.conf
 | 
			
		||||
COPY godns-arm /usr/local/bin/godns
 | 
			
		||||
RUN chmod +x /usr/local/bin/godns
 | 
			
		||||
 | 
			
		||||
@ -10,6 +10,6 @@ RUN apk --no-cache add tini
 | 
			
		||||
ENTRYPOINT ["/sbin/tini", "-g", "--"]
 | 
			
		||||
CMD ["godns"]
 | 
			
		||||
 | 
			
		||||
COPY etc/godns.conf /etc/godns.conf
 | 
			
		||||
COPY etc/godns.example.conf /etc/godns.conf
 | 
			
		||||
COPY godns-arm64 /usr/local/bin/godns
 | 
			
		||||
RUN chmod +x /usr/local/bin/godns
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user