Skip to content
Snippets Groups Projects

fix(docker): add absolute path to the volume

Merged David (Jointech) requested to merge fix/82-dockerfile-invalid-volume into master
+ 1
1
@@ -12,7 +12,7 @@ EXPOSE 8000
FROM base AS dev
VOLUME .
VOLUME ["/steering"]
CMD ["python", "manage.py", "runserver", "0.0.0.0:8000" ]
Loading