Files @ 8020737d7a56
Branch filter:

Location: symposion_app/docker/Dockerfile.dev

bsturmfels
Switch vendored requirements to "editable" to simplify development

This will allow us to remove the `sys.path` hacking in pinaxcon/settings.py.
1
2
3
4
ARG $CONTAINER_IMAGE
FROM $CONTAINER_IMAGE

CMD ["/app/symposion_app/docker/deploy_with_sqlite.sh"]