This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/conf/init/copy_config_files.sh
Jake Moshenko a1cf12e460 Add a sitemap.txt for popular public repos
and reference it from the robots.txt
2016-06-17 14:34:20 -04:00

11 lines
No EOL
194 B
Bash
Executable file

#! /bin/sh
if [ -e /conf/stack/robots.txt ]
then
cp /conf/stack/robots.txt /templates/robots.txt
fi
if [ -e /conf/stack/favicon.ico ]
then
cp /conf/stack/favicon.ico /static/favicon.ico
fi