This repository was archived by the owner on Jan 6, 2021. It is now read-only.
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ RUN \
103
103
"https://github.com/linuxserver/reverse-proxy-confs/tarball/master" && \
104
104
tar xf \
105
105
/tmp/proxy.tar.gz -C \
106
- /defaults/proxy-confs --strip-components=1 --exclude=linux*/.gitattributes --exclude=linux*/.github --exclude=linux*/LICENSE && \
106
+ /defaults/proxy-confs --strip-components=1 --exclude=linux*/.gitattributes --exclude=linux*/.github --exclude=linux*/.gitignore --exclude=linux*/ LICENSE && \
107
107
echo "**** configure nginx ****" && \
108
108
rm -f /etc/nginx/conf.d/default.conf && \
109
109
echo "**** cleanup ****" && \
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ RUN \
103
103
"https://github.com/linuxserver/reverse-proxy-confs/tarball/master" && \
104
104
tar xf \
105
105
/tmp/proxy.tar.gz -C \
106
- /defaults/proxy-confs --strip-components=1 --exclude=linux*/.gitattributes --exclude=linux*/.github --exclude=linux*/LICENSE && \
106
+ /defaults/proxy-confs --strip-components=1 --exclude=linux*/.gitattributes --exclude=linux*/.github --exclude=linux*/.gitignore --exclude=linux*/ LICENSE && \
107
107
echo "**** configure nginx ****" && \
108
108
rm -f /etc/nginx/conf.d/default.conf && \
109
109
echo "**** cleanup ****" && \
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ RUN \
103
103
"https://github.com/linuxserver/reverse-proxy-confs/tarball/master" && \
104
104
tar xf \
105
105
/tmp/proxy.tar.gz -C \
106
- /defaults/proxy-confs --strip-components=1 --exclude=linux*/.gitattributes --exclude=linux*/.github --exclude=linux*/LICENSE && \
106
+ /defaults/proxy-confs --strip-components=1 --exclude=linux*/.gitattributes --exclude=linux*/.github --exclude=linux*/.gitignore --exclude=linux*/ LICENSE && \
107
107
echo "**** configure nginx ****" && \
108
108
rm -f /etc/nginx/conf.d/default.conf && \
109
109
echo "**** cleanup ****" && \
You can’t perform that action at this time.
0 commit comments