From b97c74c3b5c0510a056865c6036be869bede6a1e Mon Sep 17 00:00:00 2001 From: Cartagra Date: Thu, 29 Feb 2024 10:35:15 +0800 Subject: [PATCH] Refactor docker containers to use /asf MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/JustArchiNET/ArchiSteamFarm/commit/7899829dc712d06241e2b87e4e42035f8ffdd2f8 asf将容器路径/app修改为/asf --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index b51cfc7..b60ffa0 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -6,4 +6,4 @@ if [ ! -f "/app/config/ASF.json" ]; then echo '{"IPCPassword":"asfcnasfcn"}' >> /app/config/ASF.json fi caddy start --config /app/Caddyfile -bash /app/ArchiSteamFarm-Service.sh --no-restart --process-required --system-required +bash /asf/ArchiSteamFarm-Service.sh --no-restart --process-required --system-required