479 WIP - refactor net 8.0#489
Conversation
- Add basic docker compose setup - WIP convert the project to net 8.0
|
Hey! What was done :
You can use it. |
|
BTW |
The purpose of moving the code to .NET is, in the future, to move to the Linux platform. Thanks for the message, I looked into your fork. For launching on Windows OS, your changes are quite suitable, but for migration to Linux additional changes are needed. They are mainly related to the work of database access and the lack of support for System.Drawing on Linux. Anyway, thanks. |
…NetCore into 479-netcore8-docker-compose
…er is compiling correctly, wip migration to linux support
This PR contain a refactor of the way you setup the project using docker compose.
There is a container for the asset which is a submodule of OPResource.
There is a container for the db which is a submodule of OPDB.
There is a container for the server using the files from this repository.
Changes:
System.DrawingwithSkiaSharpfor linux support