Skip to content

Commit

Permalink
use data shared root for optional test component
Browse files Browse the repository at this point in the history
  • Loading branch information
cwcummings committed Nov 23, 2023
1 parent 699e4dd commit 11f04d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
volumes:
- ${COWBIRD_JUPYTER_ACCESS_DIR}/test_cowbird_jupyter.py:/test_cowbird_jupyter.py
- ./optional-components/test-geoserver-secured-access/test-data:/geoserver-test-data:ro
- ${DATA_PERSIST_ROOT}:/data
- ${DATA_PERSIST_SHARED_ROOT}:/data
command: python /test_cowbird_jupyter.py
# root access required to create files in the user workspace and other WPS outputs files in the data dir
user: root:root
Expand Down

0 comments on commit 11f04d4

Please sign in to comment.