strona-czynna/jenkins.stop.sh
Kuba Orlik b46ba714c3 Test in jenkins - attempt #1
Reviewers: #reviewers

Subscribers: jenkins-user

Differential Revision: https://hub.sealcode.org/D1522
2024-07-04 21:31:58 +02:00

9 lines
156 B
Bash
Executable File

#!/bin/bash
export SEALIOUS_PORT="${PORT}0"
SEALIOUS_BASE_URL=$(cat .base_url)
export SEALIOUS_BASE_URL
docker compose down --volumes
rm -rf node_modules