We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2e2555 commit 919cd9cCopy full SHA for 919cd9c
DevSpaceWeb/Dockerfile
@@ -28,7 +28,7 @@ RUN dotnet publish "./DevSpaceWeb.csproj" -c $BUILD_CONFIGURATION -o /app/publis
28
FROM base AS final
29
WORKDIR /app
30
COPY --from=publish /app/publish .
31
-RUN apk add fontconfig
32
-RUN apk add curl
+RUN apk add fontconfig curl
+RUN mkdir -p /Data/DataProtection-Keys
33
RUN ln -s /app/DataProtection-Keys /Data/DataProtection-Keys
34
ENTRYPOINT ["dotnet", "DevSpaceWeb.dll"]
0 commit comments