Missed saving the change to helloMVC.

This commit is contained in:
glennc 2015-11-18 12:03:14 -08:00
parent 43076b8f95
commit 55692574b4
1 changed files with 2 additions and 2 deletions

View File

@ -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"]