Skip to content

Commit

Permalink
rf: pull before running for upgraded
Browse files Browse the repository at this point in the history
  • Loading branch information
debendraoli committed Nov 12, 2024
1 parent aa53cc0 commit 3d89677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -181,4 +181,4 @@ EOF
cd "${CONFIG_DIR}"

# Run docker compose
${DOCKER_COMPOSE_COMMAND} up -d
${DOCKER_COMPOSE_COMMAND} pull && ${DOCKER_COMPOSE_COMMAND} up -d

0 comments on commit 3d89677

Please sign in to comment.