mirror of
				https://gitlab.com/alemaire/buildx.git
				synced 2025-01-17 13:58:19 +00:00 
			
		
		
		
	fix add
This commit is contained in:
		| @@ -17,11 +17,12 @@ RUN mkdir -p /var/www/ /run/apache2/ | ||||
|  | ||||
| ARG VERSION | ||||
| ARG SRC=https://github.com/FreshRSS/FreshRSS/archive/${VERSION}.tar.gz | ||||
| RUN wget $SRC && tar -xf ${VERSION}.tar.gz && rm {VERSION}.tar.gz && \ | ||||
| RUN wget ${SRC} && tar -xf ${VERSION}.tar.gz && rm ${VERSION}.tar.gz && \ | ||||
| 	mv FreshRSS-${VERSION} /var/www/FreshRSS && \ | ||||
| 	mv /var/www/FreshRSS/Docker/FreshRSS.Apache.conf /etc/apache2/sites-available/ && \ | ||||
| 	sed -i "s/\:80/\:8080/" /etc/apache2/sites-available/FreshRSS.Apache.conf && \ | ||||
| 	sed -i "s/OS/Prod/" /etc/apache2/sites-available/FreshRSS.Apache.conf && \ | ||||
| 	sed -i "s/OS/Prod/" /etc/apache2/sites-available/FreshRSS.Apache.conf | ||||
|  | ||||
| ADD entrypoint.sh /usr/local/bin/entrypoint.sh | ||||
|  | ||||
| RUN a2dismod -f alias autoindex negotiation status && \ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user