(add): Docker deployments
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ -x "$(command -v docker)" ]; then
|
||||
docker compose --env-file ./prod.env down
|
||||
elif [ -x "$(command -v podman)" ]; then
|
||||
podman compose --env-file ./prod.env down
|
||||
fi
|
||||
Reference in New Issue
Block a user