mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ write_to_s3() {
|
|||
DEST=$1
|
||||
F=`mktemp`
|
||||
cat > $F
|
||||
s3cmd --acl-public put $F $DEST
|
||||
s3cmd --acl-public --mime-type='text/plain' put $F $DEST
|
||||
rm -f $F
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue