Update Dockerfile
This commit is contained in:
parent
2a1cf4b543
commit
1d1accb4d0
|
@ -11,6 +11,6 @@ RUN dotnet publish -c Release -o /app/out
|
||||||
# Build runtime image
|
# Build runtime image
|
||||||
FROM mcr.microsoft.com/dotnet/runtime:6.0
|
FROM mcr.microsoft.com/dotnet/runtime:6.0
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
EXPOSE 3250
|
EXPOSE 3252
|
||||||
COPY --from=build-env /app/out .
|
COPY --from=build-env /app/out .
|
||||||
ENTRYPOINT ["dotnet", "Tesses.YouTubeDownloader.Net6.dll","--docker"]
|
ENTRYPOINT ["dotnet", "Tesses.YouTubeDownloader.Net6.dll","--docker"]
|
Loading…
Reference in New Issue