We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a3d268b + 037ba1d commit a68f2c1Copy full SHA for a68f2c1
samples/latest/HelloMvc/Dockerfile
@@ -1,8 +1,9 @@
1
FROM microsoft/aspnet
2
3
-COPY . /app
+COPY project.json /app/
4
WORKDIR /app
5
RUN ["dnu", "restore"]
6
+COPY . /app
7
8
EXPOSE 5004
9
ENTRYPOINT ["dnx", "project.json", "kestrel"]
samples/latest/HelloWeb/Dockerfile
0 commit comments