Skip to content

Commit 02c4a35

Browse files
committed
Update Dockerfile
1 parent 96806ed commit 02c4a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/1.0.0-rc1-final/HelloWeb/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM microsoft/aspnet:1.0.0-rc1-final
22

3-
COPY . /app./
3+
COPY . /app/
44
WORKDIR /app
55
RUN ["dnu", "restore"]
66

0 commit comments

Comments
 (0)