We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
python-web-app contains two files, docker-start.sh and docker-stop.sh
docker-start.sh
docker-stop.sh
They're not mentioned in the readme nor do I immediately see them referenced in any of the tasks.
The utils.sh defines the run_test_container function, but it's not clear what it's role is here.
utils.sh
run_test_container
Is this a test, or meant to be used in conjunction with, say systemd and then run the docker containers that way?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
python-web-app contains two files,
docker-start.sh
anddocker-stop.sh
They're not mentioned in the readme nor do I immediately see them referenced in any of the tasks.
The
utils.sh
defines therun_test_container
function, but it's not clear what it's role is here.Is this a test, or meant to be used in conjunction with, say systemd and then run the docker containers that way?
The text was updated successfully, but these errors were encountered: