added drone
This commit is contained in:
@@ -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"]
|
||||
|
Reference in New Issue
Block a user