Skip to content

Commit a402095

Browse files
committed
Update dockerfiles
1 parent 02c4a35 commit a402095

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

samples/1.0.0-beta8/HelloMvc/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ WORKDIR /app
55
RUN ["dnu", "restore"]
66

77
EXPOSE 5004
8-
ENTRYPOINT ["dnx", "-p", "project.json", "kestrel"]
8+
ENTRYPOINT ["dnx", "-p", "project.json", "web"]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
FROM microsoft/aspnet:1.0.0-beta8
22

3-
COPY . /app./
3+
COPY . /app/
44
WORKDIR /app
55
RUN ["dnu", "restore"]
66

77
EXPOSE 5004
8-
ENTRYPOINT ["dnx", "-p", "project.json", "kestrel"]
8+
ENTRYPOINT ["dnx", "-p", "project.json", "web"]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
FROM microsoft/aspnet:1.0.0-rc1-final
22

3-
COPY . /app/
3+
COPY . /app
44
WORKDIR /app
55
RUN ["dnu", "restore"]
66

77
EXPOSE 5004
8-
ENTRYPOINT ["dnx", "-p", "project.json", "kestrel"]
8+
ENTRYPOINT ["dnx", "-p", "project.json", "web"]

0 commit comments

Comments
 (0)