diff --git a/samples/1.0.0-beta8/HelloMvc/Dockerfile b/samples/1.0.0-beta8/HelloMvc/Dockerfile index 081a826eac..a3fda8bed3 100644 --- a/samples/1.0.0-beta8/HelloMvc/Dockerfile +++ b/samples/1.0.0-beta8/HelloMvc/Dockerfile @@ -1,6 +1,6 @@ FROM microsoft/aspnet:1.0.0-beta8 -COPY . /app./ +COPY . /app/ WORKDIR /app RUN ["dnu", "restore"]