photoprism-client-go/sample-app/pdestroy

17 lines
222 B
Plaintext
Raw Normal View History

#!/bin/bash
####################################
#####
###
##
#
#
# Startup Script for the Application
####################################
set -e
echo "Stopping [SampleApp]"
docker stop photoprism
docker rm photoprism