Compare commits

..

No commits in common. "8a0face4cd87e93d8445c001c292000548c6b084" and "6eac52c3b8ab6d8273fcdc5d92c8407f925efe20" have entirely different histories.

5 changed files with 1 additions and 8 deletions

6
run.sh
View File

@ -3,13 +3,7 @@ echo "0. 실행 중인 모든 컨테이너 종료"
find docker/ -name 'docker-compose*.yml' -exec docker compose -f {} down --remove-orphans \;
echo "0. SSL 인증서 생성"
if command -v keytool &> /dev/null
then
echo "keytool이 설치되어 있습니다. keytool을 실행합니다..."
./keygen.sh
else
echo "keytool이 설치되어 있지 않습니다. 업로드된 파일을 그대로 사용합니다."
fi
echo " "
echo "======================"

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1 +0,0 @@
abcd1234