I found the issue. When changing from : FROM build AS publish to FROM base AS final, the folder is lost.
So I added
RUN cp -r /src/Assets /app/publish/
under the Publish stage.
Now I have all the files in the image.