We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 792f36e commit 2d91a48Copy full SHA for 2d91a48
1 file changed
scripts/dvuploader.sh
@@ -4,6 +4,6 @@ exec docker run \
4
--init \
5
--rm \
6
--volume /srv/da:/srv/da:ro \
7
- --volume /srv/dataverse-prod/dvsantee/etl/dvuploader-tmp:/tmp \
8
- --volume /srv/dataverse-prod/dvsantee/etl/processing:/srv/dataverse:ro \
+ --volume /srv/dataverse-prod-scratch/dvuploader-tmp:/tmp \
+ --volume /srv/dataverse-prod-scratch/etl/processing:/srv/dataverse:ro \
9
ghcr.io/berkeleylibrary/dvuploader:latest "$@"
0 commit comments