This repository has been archived on 2024-03-04. You can view files and clone it, but cannot push or open issues or pull requests.
linux/app/bin/home/PhotosProcess

7 lines
209 B
Plaintext
Raw Normal View History

2024-01-25 21:35:46 +03:00
#!/usr/bin/env bash
2023-08-08 16:24:15 +03:00
2024-01-25 21:35:46 +03:00
in="/storage/hot/docker/cloud/data/data/cakee/files/media/photo/"
out="/storage/cold_1/backup/tmp/photo/"
2023-08-08 16:24:15 +03:00
2024-01-25 22:29:59 +03:00
docker run --rm -v "${in}":/in -v "${out}":/out voronind.com/photoprocess:latest