Files
DESKTOP-KSVGT20\shkim 58f16c1dd6 사진 모집 서버 종료
2026-06-05 12:53:43 +09:00

8 lines
181 B
Bash

#!/bin/sh
set -eu
APP_DIR="$(cd "$(dirname "$0")" && pwd)"
/usr/local/bin/docker rm -f photoreq >/dev/null 2>&1 || true
echo "photoreq is closed; container removed from $APP_DIR"