We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b66cfb commit b06b3b3Copy full SHA for b06b3b3
Dockerfile
@@ -13,6 +13,6 @@ WORKDIR /app
13
COPY --from=build /app ./
14
15
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"
+LABEL org.opencontainers.image.description="WebGoat.NET - port of original WebGoat.NET (.NET Framework) to .NET"
17
18
-ENTRYPOINT ["dotnet", "WebGoat.NET.dll"]
+ENTRYPOINT ["dotnet", "WebGoat.NET.dll"]
0 commit comments