Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
marcel-dempers authored Feb 15, 2020
1 parent 4f3b493 commit 9a4c55a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c#/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ FROM mcr.microsoft.com/dotnet/core/aspnet:2.2-stretch-slim as prod

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

0 comments on commit 9a4c55a

Please sign in to comment.