We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6d88e1 commit 7b02874Copy full SHA for 7b02874
1 file changed
scripts/deployment/production/build-and-push.sh
@@ -40,11 +40,11 @@ echo "Final tag to be used: $TAG"
40
41
# Stop any running containers
42
echo "Stopping any running containers..."
43
-docker-compose -f docker-compose.prod-test.yml down --remove-orphans || true
+docker compose -f docker-compose.prod-test.yml down --remove-orphans || true
44
45
# Build the production images
46
echo "Building production Docker images..."
47
-docker-compose -f docker-compose.prod-test.yml build
+docker compose -f docker-compose.prod-test.yml build
48
49
# Tag and push backend image
50
echo "Tagging and pushing backend image..."
0 commit comments