Update Dockerfile
This commit is contained in:
@@ -19,4 +19,5 @@ RUN dotnet publish "WatchIt.WebAPI.csproj" -c $BUILD_CONFIGURATION -o /app/publi
|
|||||||
FROM base AS final
|
FROM base AS final
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY --from=publish /app/publish .
|
COPY --from=publish /app/publish .
|
||||||
|
RUN dotnet dev-certs https
|
||||||
ENTRYPOINT ["dotnet", "WatchIt.WebAPI.dll"]
|
ENTRYPOINT ["dotnet", "WatchIt.WebAPI.dll"]
|
||||||
|
|||||||
Reference in New Issue
Block a user