Update Dockerfile
This commit is contained in:
parent
96806ed284
commit
02c4a35272
|
|
@ -1,6 +1,6 @@
|
||||||
FROM microsoft/aspnet:1.0.0-rc1-final
|
FROM microsoft/aspnet:1.0.0-rc1-final
|
||||||
|
|
||||||
COPY . /app./
|
COPY . /app/
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN ["dnu", "restore"]
|
RUN ["dnu", "restore"]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue