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 938db5e commit 428400aCopy full SHA for 428400a
Dockerfile
@@ -33,5 +33,4 @@ ENV PATH="$PATH:$DOTNET_ROOT:$DOTNET_ROOT/tools"
33
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 "hello world"
+CMD ["/bin/bash"]
0 commit comments