Skip to content

Commit 9a4c55a

Browse files
authoredFeb 15, 2020
fix build
1 parent 4f3b493 commit 9a4c55a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎c#/dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ FROM mcr.microsoft.com/dotnet/core/aspnet:2.2-stretch-slim as prod
2323

2424
RUN mkdir /app/
2525
WORKDIR /app/
26-
COPY --from=dev /out/ /app/
26+
COPY --from=debug /out/ /app/
2727
RUN chmod +x /app/
2828
CMD dotnet work.dll

0 commit comments

Comments
 (0)