Update documentation

* Update documentation
Fixes #279

* Merge remote-tracking branch 'origin/main' into michael-j-green/issue279
This commit is contained in:
Michael Green
2024-02-02 23:19:39 +11:00
committed by GitHub
parent 36938ed2f8
commit 5e45fc1aa9
11 changed files with 98 additions and 194 deletions

View File

@@ -22,6 +22,7 @@ RUN 7z x -y -oout/wwwroot/emulators/EmulatorJS 4.0.9.7z
# Build runtime image
FROM mcr.microsoft.com/dotnet/aspnet:8.0
ENV INDOCKER=1
WORKDIR /App
COPY --from=build-env /App/out .
ENTRYPOINT ["dotnet", "gaseous-server.dll"]