diff --git a/Dockerfile b/Dockerfile index a236014..fa27b99 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file +ENTRYPOINT ["dotnet", "Tesses.YouTubeDownloader.Net6.dll","--docker"]