Skip to content

Commit 938db5e

Browse files
committed
fix JSONArgsRecommended
1 parent bf68ec4 commit 938db5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ ADD . /logging-log4net
3434
RUN dotnet restore /logging-log4net/src/log4net.sln
3535
RUN dotnet build -c Release /logging-log4net/src/log4net.sln
3636
SHELL ["/bin/bash"]
37-
ENTRYPOINT echo "you can start the tests with: dotnet test /logging-log4net/src/log4net.sln"
37+
ENTRYPOINT echo "hello world"

0 commit comments

Comments
 (0)