Skip to content

Commit

Permalink
Refactor docker containers to use /asf
Browse files Browse the repository at this point in the history
JustArchiNET/ArchiSteamFarm@7899829
asf将容器路径/app修改为/asf
  • Loading branch information
Cartagra authored Feb 29, 2024
1 parent 2f480d1 commit b97c74c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b97c74c

Please sign in to comment.