Fix telemetry key file path in Dockerfile

This commit is contained in:
Jordan Dominion
2024-08-15 06:43:54 -04:00
parent d88be266cb
commit bf4d415aa2
+1 -1
View File
@@ -50,7 +50,7 @@ RUN dotnet publish -c Release -o /app \
WORKDIR /repo/src/Tgstation.Server.Host
RUN export TGS_TELEMETRY_KEY_FILE="${TGS_TELEMETRY_KEY_FILE}" \
RUN export TGS_TELEMETRY_KEY_FILE="../../${TGS_TELEMETRY_KEY_FILE}" \
&& dotnet publish -c Release -o /app/lib/Default \
&& cd ../.. \
&& build/RemoveUnsupportedRuntimes.sh /app/lib/Default \