We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f1f7ab commit bcb3dafCopy full SHA for bcb3daf
2 files changed
full-deploys/python-web-app/docker-start.sh
@@ -2,7 +2,7 @@
2
3
set -euo pipefail
4
5
-source "$(realpath "$(realpath "$(dirname "${BASH_SOURCE[0]}")")/../utils.sh")"
+source "$(realpath "$(realpath "$(dirname "${BASH_SOURCE[0]}")")/../../utils.sh")"
6
ensure_test_container
7
8
export DOCKER_TEST_NETWORK_NAME="pyinfra-examples-python-web-app"
full-deploys/python-web-app/docker-stop.sh
0 commit comments