Closed penguinwithpants closed 1 year ago
Adding a Dockerfile would be great.
We'll add a Dockerfile soon, thanks for the feedback.
I have added a build guide in the last commit e74b1a294a7860049d2e77995ba02772bbcc2a61. A Dockerfile is not necessary anymore, since we do not depend on sqlite or similar anymore. The only thing needed is the appropriate .NET runtime.
A guide to build and run the server would be very helpful, I've tried running
src/Presentation
in Visual Studio and it throws an error:Microsoft.Data.Sqlite.SqliteException: 'SQLite Error 1: 'no such table: AspNetUsers'.'
I don't know what to try beyond that as I've never worked with SQLite or ASP.NET.