Skip to content
Snippets Groups Projects
Commit 12d26e1b authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

Merge branch 'fix/82-dockerfile-invalid-volume' into 'master'

fix(docker): add absolute path to the volume

See merge request !19
parents b46facef 5ffc47ae
No related branches found
No related tags found
1 merge request!19fix(docker): add absolute path to the volume
...@@ -12,7 +12,7 @@ EXPOSE 8000 ...@@ -12,7 +12,7 @@ EXPOSE 8000
FROM base AS dev FROM base AS dev
VOLUME . VOLUME ["/steering"]
CMD ["python", "manage.py", "runserver", "0.0.0.0:8000" ] CMD ["python", "manage.py", "runserver", "0.0.0.0: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