Try this
This commit is contained in:
parent
489a39c06a
commit
fc04e5f2b5
@ -21,4 +21,5 @@ FROM mcr.microsoft.com/dotnet/aspnet:6.0
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY --from=publish /app/publish .
|
COPY --from=publish /app/publish .
|
||||||
EXPOSE 3333
|
EXPOSE 3333
|
||||||
|
RUN dotnet dev-certs https
|
||||||
ENTRYPOINT [ "dotnet", "./CurrencyAPI.App.dll" ]
|
ENTRYPOINT [ "dotnet", "./CurrencyAPI.App.dll" ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user