Skip to content
Snippets Groups Projects
Commit 3da77488 authored by Alexander Pace's avatar Alexander Pace
Browse files

Modifying docker entrypoint to change ownership and permissions on /app/db_data

parent b32c435c
No related branches found
No related tags found
1 merge request!29Python3
Pipeline #84418 passed with warnings
#!/bin/bash
export LVALERT_OVERSEER_RESOURCE=${LVALERT_USER}_overseer_$(python -c 'import uuid; print(uuid.uuid4().hex)')
chown gracedb:www-data /app/db_data
chmod 755 /app/db_data
exec "$@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment