Skip to content

Commit

Permalink
Merge pull request #1 from Cartagra/patch-1
Browse files Browse the repository at this point in the history
Refactor docker containers to use /asf
  • Loading branch information
sffxzzp committed Feb 29, 2024
2 parents 2f480d1 + b97c74c commit 8d6a216
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 8d6a216

Please sign in to comment.