Skip to content
Snippets Groups Projects
Verified Commit 5ffc47ae authored by David (Jointech)'s avatar David (Jointech)
Browse files

fix(docker): add absolute path to the volume

parent b46facef
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
FROM base AS dev
VOLUME .
VOLUME ["/steering"]
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