Update Dockerfile

This commit is contained in:
Michael Nolan 2022-06-12 01:13:09 +00:00
parent 2a1cf4b543
commit 1d1accb4d0
1 changed files with 2 additions and 2 deletions

View File

@ -11,6 +11,6 @@ RUN dotnet publish -c Release -o /app/out
# Build runtime image
FROM mcr.microsoft.com/dotnet/runtime:6.0
WORKDIR /app
EXPOSE 3250
EXPOSE 3252
COPY --from=build-env /app/out .
ENTRYPOINT ["dotnet", "Tesses.YouTubeDownloader.Net6.dll","--docker"]
ENTRYPOINT ["dotnet", "Tesses.YouTubeDownloader.Net6.dll","--docker"]