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 0397d05 commit 58306a8Copy full SHA for 58306a8
Dockerfile
@@ -5,5 +5,5 @@ RUN dotnet pack
5
ENV PATH="/root/.dotnet/tools:${PATH}"
6
RUN dotnet tool install --add-source ScipDotnet/bin/Debug/ --global scip-dotnet
7
RUN dotnet clean
8
-RUN rm -rf /scip-dotnet
9
-WORKDIR /app
+WORKDIR /app
+RUN rm -rf /scip-dotnet
0 commit comments