mirror of https://github.com/docker/docs.git
Fix the display of get.docker.io in Firefox by making our index files text/plain
This commit is contained in:
parent
f56945d71b
commit
7f1b179c67
|
@ -97,7 +97,7 @@ write_to_s3() {
|
||||||
DEST=$1
|
DEST=$1
|
||||||
F=`mktemp`
|
F=`mktemp`
|
||||||
cat > $F
|
cat > $F
|
||||||
s3cmd --acl-public put $F $DEST
|
s3cmd --acl-public --mime-type='text/plain' put $F $DEST
|
||||||
rm -f $F
|
rm -f $F
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue