The executables must be run from within the project root, so that they can find the static resources. Both servers must also be started in the same directory, so that they use the same SQLite database.
A solution would be packing the static server executable into a Docker image together with the static resources. Also, the database should be migrated to a non-SQLite solution, so that it is accessible from both executables.
The executables must be run from within the project root, so that they can find the static resources. Both servers must also be started in the same directory, so that they use the same SQLite database.
A solution would be packing the static server executable into a Docker image together with the static resources. Also, the database should be migrated to a non-SQLite solution, so that it is accessible from both executables.