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