We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 265dd3d commit dd71127Copy full SHA for dd71127
src/AlloyDemoKit/Dockerfile
@@ -1,4 +1,5 @@
1
FROM microsoft/aspnet:4.6.2
2
+RUN Add-WindowsFeature Web-WebSockets
3
ARG source
4
WORKDIR /inetpub/wwwroot
5
COPY ${source:-obj/Docker/publish} .
0 commit comments