We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab25998 + f78a41b commit 30d0e3dCopy full SHA for 30d0e3d
src/KoalaWiki/Dockerfile
@@ -38,5 +38,5 @@ FROM base AS final
38
WORKDIR /app
39
COPY --from=publish /app/publish .
40
# Copy built frontend files to wwwroot
41
-COPY --from=frontend-build /app/static ./wwwroot
+COPY --from=frontend-build /app/dist ./wwwroot
42
ENTRYPOINT ["dotnet", "KoalaWiki.dll"]
0 commit comments