Skip to content

Commit 919cd9c

Browse files
committed
Fix web build
1 parent b2e2555 commit 919cd9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DevSpaceWeb/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN dotnet publish "./DevSpaceWeb.csproj" -c $BUILD_CONFIGURATION -o /app/publis
2828
FROM base AS final
2929
WORKDIR /app
3030
COPY --from=publish /app/publish .
31-
RUN apk add fontconfig
32-
RUN apk add curl
31+
RUN apk add fontconfig curl
32+
RUN mkdir -p /Data/DataProtection-Keys
3333
RUN ln -s /app/DataProtection-Keys /Data/DataProtection-Keys
3434
ENTRYPOINT ["dotnet", "DevSpaceWeb.dll"]

0 commit comments

Comments
 (0)