We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96806ed commit 02c4a35Copy full SHA for 02c4a35
samples/1.0.0-rc1-final/HelloWeb/Dockerfile
@@ -1,6 +1,6 @@
1
FROM microsoft/aspnet:1.0.0-rc1-final
2
3
-COPY . /app./
+COPY . /app/
4
WORKDIR /app
5
RUN ["dnu", "restore"]
6
0 commit comments