aboutsummaryrefslogtreecommitdiff
path: root/conf/entrypoint.sh
AgeCommit message (Collapse)AuthorFilesLines
2021-06-29Running pip install during Docker builddocker-composePhilipp Le1-1/+1
2021-06-29Added Docker ComposePhilipp Le1-1/+2
* Added Docker compose file * Added postgresql to Docker image
2021-02-04Add BABEL_DEFAULT_TIMEZONE to docker entryfile.sh (#714)Norman1-0/+1
* Set a default timezone to UTC for docker
2020-02-23Misc small updates (#536)am971-2/+2
2019-07-31[docker] Download IHM from Pypy or reference git repo;Benjamin Bouvier1-0/+47
This creates two modes to run the Docker image: - either in non-NIGHTLY mode, the latest version will be installed from pypy. - or in Nightly mode, it will clone the repository and update it every time the instance is restarted. It also updates Python to 3.7, for additional goodness.