Update Dockerfile

This commit is contained in:
Glenn Condron 2015-11-18 09:03:15 -08:00
parent 96806ed284
commit 02c4a35272
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM microsoft/aspnet:1.0.0-rc1-final
COPY . /app./
COPY . /app/
WORKDIR /app
RUN ["dnu", "restore"]