Skip to content

Commit

Permalink
feat: add robots.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
nevivurn committed Nov 7, 2023
1 parent 6385e3b commit 8704334
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# secure front
# waiter-docs

```console
$ nix build .#docker
$ docker load -i result
Loaded image: localhost/secure-front:q4b69zbzv9x79kybqzhs53hfd7syxpsb
Loaded image: localhost/waiter-docs:q4b69zbzv9x79kybqzhs53hfd7syxpsb
```
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
'';
in
pkgs.dockerTools.buildLayeredImage {
name = "secure-front";
name = "waiter-docs";
config = {
User = "1000";
Cmd = [
Expand Down
2 changes: 2 additions & 0 deletions src/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
User-agent: *
Disallow: /

0 comments on commit 8704334

Please sign in to comment.