Skip to content

Commit b06b3b3

Browse files
authored
Improve image description
1 parent 2b66cfb commit b06b3b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ WORKDIR /app
1313
COPY --from=build /app ./
1414

1515
LABEL org.opencontainers.image.source=https://github.com/tobyash86/WebGoat.NET
16-
LABEL org.opencontainers.image.description="WebGoat.NETCore - port of original WebGoat.NET to .NET Core"
16+
LABEL org.opencontainers.image.description="WebGoat.NET - port of original WebGoat.NET (.NET Framework) to .NET"
1717

18-
ENTRYPOINT ["dotnet", "WebGoat.NET.dll"]
18+
ENTRYPOINT ["dotnet", "WebGoat.NET.dll"]

0 commit comments

Comments
 (0)