Added Dockerfile for debugging on Linux hosts

This commit is contained in:
Toastie 2025-01-29 23:59:29 +13:00
parent b1514c208e
commit d146406e5d
Signed by: toastie_t0ast
GPG key ID: 0861BE54AD481DC7
8 changed files with 66 additions and 6 deletions
EllieHub/Common

View file

@ -18,5 +18,5 @@ public static class AppConstants
/// <summary>
/// The name for an <see cref="HttpClient"/> that makes calls to the Toastielab API.
/// </summary>
public const string ToastielabClient = "NoRedirect";
public const string ToastielabClient = "ToastielabClient";
}