diff options
Diffstat (limited to 'app/backup/build/backup-psql/README.md')
-rw-r--r-- | app/backup/build/backup-psql/README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/backup/build/backup-psql/README.md b/app/backup/build/backup-psql/README.md new file mode 100644 index 0000000..97929db --- /dev/null +++ b/app/backup/build/backup-psql/README.md @@ -0,0 +1,8 @@ +## Build + +```bash +docker load < $(nix-build docker.nix) +docker push superboum/backup-psql:??? +``` + + |