Dockerized application example SysCli
These instructions will cover usage information and for the Docker container.
In order to run this environment you'll need Docker and Docker-compose installed.
chmod +x first-run.sh
change .env file
Start Bash (this is the default when no command is specified):
docker-compose up -d --build && sleep 40 && ./first-run.sh
/usr/share/nginx/app
work directory/etc/nginx/nginx.conf
- NGINX config file/var/lib/mysql
- database
This project is licensed under the MIT License - see the LICENSE file for details.