mirror of
https://gitlab.com/alemaire/buildx.git
synced 2025-01-10 18:43:29 +00:00
fix add
This commit is contained in:
parent
74e4426c31
commit
61accc8030
@ -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 && \
|
||||
|
Loading…
Reference in New Issue
Block a user