Added forward version number to wasm

This commit is contained in:
2025-07-05 21:42:31 -04:00
parent 4d80c71f92
commit 0093128001
6 changed files with 2496 additions and 2461 deletions

View File

@@ -60,4 +60,5 @@ WORKDIR /app
COPY --from=publish /app/publish .
COPY --from=client-builder /bin/ffmpeg /bin/ffprobe /bin/ffplay /usr/bin/
ENV APP_VERSION=$VERSION
ENTRYPOINT ["dotnet", "AobaServer.dll"]