pages/bin
Amir Pourmand 7172df0877
Add Docker-compose file for windows compatibility (#875)
This file makes it easier for windows users to use docker. (Closes #829)

Previous to this commit, those who used Windows had to install Ubuntu
inside windows (via WSL) and run our commands. Now they can run it by
just typing `docker-compose up`.

> The main problem was that `./bin/dockerhub_run.sh` command was written
with `Bash` in mind and you had to change it a little bit to make it
compatible with windows `Powershell`. We shouldn't have two scripts.
This is why adding a `docker-compose.yml` file is necessary.
2022-10-31 11:27:43 -04:00
..
cibuild Add Travis CI (#21) 2018-06-19 10:05:48 -04:00
deploy Adds support for bypassing GitHub Pages Jekyll processing (#738) 2022-07-02 07:07:54 +05:30
docker_build_image.sh Add Dockerfile for easy installation on local machine (#532) 2022-07-10 00:19:05 -04:00
docker_run.sh Add Docker-compose file for windows compatibility (#875) 2022-10-31 11:27:43 -04:00
dockerhub_run.sh Add Docker-compose file for windows compatibility (#875) 2022-10-31 11:27:43 -04:00