We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a397f66 commit 3de6fd4Copy full SHA for 3de6fd4
2 files changed
Dockerfile.manager
@@ -22,6 +22,7 @@ RUN apt-get update -y && apt-get install -y \
22
23
RUN python3 -m pip install virtualenv && \
24
virtualenv "/opt/$VENV_NAME"
25
+
26
ENV PATH="/opt/$VENV_NAME/bin:${SELFHOSTYOURTECH_ROOT}/bin:${PATH}"
27
28
# Set up Docker's apt repository
bin/deploy.sh
@@ -15,4 +15,4 @@ cd "$SELFHOSTYOURTECH_ROOT" || exit 1
15
git checkout "$branch" || exit 1
16
git pull --autostash origin "$branch"
17
docker compose up -d
18
-docker compose exec -ti manager shtool "redeploy_all" "true"
+docker compose exec -ti manager shtool "redeploy_all" "false"
0 commit comments