jsgr-mmo/run.bat
Robert Paciorek fa0870784a add run.sh/bat, simplify/update docker config, ...
- add run.sh and run.bat
- change docker config
  - by default include source in docker image for simple debug (can be disabled via uncoment section in Dockerfile)
  - add docker-compose.yml
- change default time to start first battle event after server start (login first player) to 3 minutes
2024-03-19 20:45:56 +00:00

4 lines
49 B
Batchfile
Executable File

dotnet run --project src/sodoffmmo.csproj
pause