ai/at
1
0
This commit is contained in:
2025-12-03 15:32:30 +09:00
parent eca2b9f5de
commit 1e6faf0036

View File

@@ -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