Skip to content

Commit

Permalink
Missed saving the change to helloMVC.
Browse files Browse the repository at this point in the history
  • Loading branch information
glennc committed Nov 18, 2015
1 parent 43076b8 commit 5569257
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/1.0.0-rc1-final/HelloMvc/Dockerfile
@@ -1,8 +1,8 @@
FROM microsoft/aspnet:1.0.0-rc1-final

COPY . /app./
COPY . /app/
WORKDIR /app
RUN ["dnu", "restore"]

EXPOSE 5004
ENTRYPOINT ["dnx", "-p", "project.json", "kestrel"]
ENTRYPOINT ["dnx", "-p", "project.json", "web"]

0 comments on commit 5569257

Please sign in to comment.