Skip to content
This repository was archived by the owner on Jan 6, 2021. It is now read-only.

Commit 947eaf9

Browse files
committed
ignore .gitignore
1 parent 2a88c0c commit 947eaf9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ RUN \
103103
"https://github.com/linuxserver/reverse-proxy-confs/tarball/master" && \
104104
tar xf \
105105
/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 && \
107107
echo "**** configure nginx ****" && \
108108
rm -f /etc/nginx/conf.d/default.conf && \
109109
echo "**** cleanup ****" && \

Diff for: Dockerfile.aarch64

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ RUN \
103103
"https://github.com/linuxserver/reverse-proxy-confs/tarball/master" && \
104104
tar xf \
105105
/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 && \
107107
echo "**** configure nginx ****" && \
108108
rm -f /etc/nginx/conf.d/default.conf && \
109109
echo "**** cleanup ****" && \

Diff for: Dockerfile.armhf

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ RUN \
103103
"https://github.com/linuxserver/reverse-proxy-confs/tarball/master" && \
104104
tar xf \
105105
/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 && \
107107
echo "**** configure nginx ****" && \
108108
rm -f /etc/nginx/conf.d/default.conf && \
109109
echo "**** cleanup ****" && \

0 commit comments

Comments
 (0)