mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-07-21 13:03:41 +01:00
Fix telemetry key file path in Dockerfile
This commit is contained in:
+1
-1
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user