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 bf68ec4 commit 938db5eCopy full SHA for 938db5e
Dockerfile
@@ -34,4 +34,4 @@ ADD . /logging-log4net
34
RUN dotnet restore /logging-log4net/src/log4net.sln
35
RUN dotnet build -c Release /logging-log4net/src/log4net.sln
36
SHELL ["/bin/bash"]
37
-ENTRYPOINT echo "you can start the tests with: dotnet test /logging-log4net/src/log4net.sln"
+ENTRYPOINT echo "hello world"
0 commit comments