added drone

This commit is contained in:
2018-10-22 23:50:38 +02:00
parent c2e1f22236
commit 7665e5c49c
2 changed files with 15 additions and 1 deletions

View File

@@ -11,6 +11,9 @@ RUN dotnet publish -c Release -o out
# Build runtime image
FROM microsoft/dotnet:aspnetcore-runtime
WORKDIR /app
COPY --from=build-env /app/out .
ENTRYPOINT ["dotnet", "aspnetapp.dll"]
ENTRYPOINT ["dotnet", "tv7playlist.dll"]