weblate/dev-docker
Michal Čihař 2063025589 Dev: Improve dev Docker
- fix shellcheck issues
- base on bleeding container to have smaller diff in the deps
- clarify docs
- pass build args by --build-arg instead of relying on environment
- move build context to separate directory to avoid Docker copying all
  sources, git and possibly other mess as source
- update containers versions
- update Dockerfile and container startup to match current weblate
  container
2020-12-03 11:26:11 +01:00
..
postgres-init Devel: Improve rundev.sh and make it more robust 2019-10-14 12:46:41 +02:00
weblate-dev Dev: Improve dev Docker 2020-12-03 11:26:11 +01:00
.env Running management commands in dockerized dev environment fail due to missing ENV variables (#4412) 2020-08-31 20:15:25 +02:00
docker-compose.yml Dev: Improve dev Docker 2020-12-03 11:26:11 +01:00
environment Devel: Change site title 2020-09-04 09:33:19 +02:00
README.rst Docs: Fix dev-docker broken link 2020-09-04 08:31:40 +02:00

Weblate development Docker
==========================

This dockerfile is meant to be used in the development process
and WILL perform very poorly in production.

For production-ready dockerfile see:
https://github.com/WeblateOrg/docker

Developer documentation:
https://docs.weblate.org/en/latest/contributing/start.html#running-weblate-locally-in-docker