Skip to content

Commit 428400a

Browse files
committed
fix JSONArgsRecommended
1 parent 938db5e commit 428400a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,4 @@ ENV PATH="$PATH:$DOTNET_ROOT:$DOTNET_ROOT/tools"
3333
ADD . /logging-log4net
3434
RUN dotnet restore /logging-log4net/src/log4net.sln
3535
RUN dotnet build -c Release /logging-log4net/src/log4net.sln
36-
SHELL ["/bin/bash"]
37-
ENTRYPOINT echo "hello world"
36+
CMD ["/bin/bash"]

0 commit comments

Comments
 (0)