Skip to content

Commit 96806ed

Browse files
committed
Update Dockerfile
1 parent 8c7e493 commit 96806ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/1.0.0-beta8/HelloMvc/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-beta8
22

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

0 commit comments

Comments
 (0)