Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Various codejail improvements for devstack usage
A collection of improvements to enable the usual live-reloading workflow. Running as app meant we couldn't recompile files, modify the container environment, etc. - Run as root in dev target, for convenience and matching other images - Fail RUN commands if there's an error - Use gunicorn for both targets, since in devstack we can specify the CMD in the docker-compose file anyhow. - Install make, less, and some editors in the dev target - Set up virtualenv for dev environment
- Loading branch information