Update openpanel_docker.sh

This commit is contained in:
Stefan Pejcic 2024-11-06 11:36:25 +01:00 committed by GitHub
parent 62a25ec205
commit ce9e023ba6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,6 +12,7 @@ docker image rm $IMAGE_NAME:$TAG
echo "Building the image..."
cd /root/2083/
cp -r /usr/local/admin/scripts /root/2083/scripts
docker build -t $IMAGE_NAME:$TAG .
if [ $? -ne 0 ]; then