fix
This commit is contained in:
@@ -258,7 +258,7 @@ case "`cat /etc/hostname`" in
|
||||
at-repos-social-app-avatar-write
|
||||
at-repos-social-app-agent-patch
|
||||
at-repos-social-app-disable-external-services-patch
|
||||
if [ -n "$1" ] && [ "$1" = "social-app-custom" ];then
|
||||
if [ -n "$1" ] && [ "$1" = "social-app-custom" ];then
|
||||
at-social-app-custom-pages
|
||||
at-social-app-custom-screens
|
||||
at-social-app-aiat-config
|
||||
@@ -270,7 +270,7 @@ case "`cat /etc/hostname`" in
|
||||
at-repos-atproto-service-pds-index-patch
|
||||
at-repos-ozone-patch
|
||||
at-repos-build-docker-social
|
||||
if [ -n "$1" ] && [ "$1" = "s" ];then
|
||||
if [ -n "$1" ] && [ "$1" = "s" ];then
|
||||
docker run -d -p ${dport}:${dport} --name registry --restart=always registry:2
|
||||
docker tag at-social-app:latest localhost:${dport}/social-app:latest
|
||||
docker push localhost:${dport}/social-app:latest
|
||||
|
||||
Reference in New Issue
Block a user