Update Dockerfile

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

View File

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