Skip to content
Snippets Groups Projects
Commit 41a12b0a authored by plup's avatar plup
Browse files

feature: added volume syntax in docker test file

parent 7a13ebab
No related branches found
No related tags found
1 merge request!158Load djangoldp conguration from YAML file
Pipeline #8415 passed
......@@ -50,7 +50,8 @@ services:
OIDC_ACCESS_CONTROL_ALLOW_HEADERS: 'Content-Type, if-match, sentry-trace'
command: >
bash -c "
pip install git+https://git.startinblox.com/djangoldp-packages/djangoldp.git@beta &&
git clone https://git.startinblox.com/djangoldp-packages/djangoldp.git -b beta /djangoldp ;
pip install -e /djangoldp &&
djangoldp initserver myserver &&
echo \"$$SETTINGS\" > /app/myserver/settings.yml &&
cd /app/myserver &&
......@@ -59,6 +60,8 @@ services:
python manage.py creatersakey &&
djangoldp runserver
"
# volumes:
# - ./:/djangoldp
ports:
- 127.0.0.1:8000:8000
......
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