Skip to content

Commit 30d0e3d

Browse files
authored
Merge pull request #296 from AIDotNet/copilot/fix-dockerfile-build-issue
Fix Dockerfile frontend build path
2 parents ab25998 + f78a41b commit 30d0e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/KoalaWiki/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ FROM base AS final
3838
WORKDIR /app
3939
COPY --from=publish /app/publish .
4040
# Copy built frontend files to wwwroot
41-
COPY --from=frontend-build /app/static ./wwwroot
41+
COPY --from=frontend-build /app/dist ./wwwroot
4242
ENTRYPOINT ["dotnet", "KoalaWiki.dll"]

0 commit comments

Comments
 (0)