We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b7f23a commit 93bcd8dCopy full SHA for 93bcd8d
Dockerfile
@@ -9,7 +9,7 @@ RUN case "$TARGETPLATFORM" in \
9
linux/arm64) RUNTIME=linux-musl-arm64 ;; \
10
*) echo "Unsupported Platform: $TARGETPLATFORM"; exit 1 ;; \
11
esac && \
12
- dotnet restore --runtime $RUNTIME
+ dotnet restore LXGaming.FloodAnalytics --runtime $RUNTIME
13
14
COPY LXGaming.FloodAnalytics/. ./LXGaming.FloodAnalytics/
15
WORKDIR /src/LXGaming.FloodAnalytics
0 commit comments