Draft: feat(dev): add a nix flake #4
@ -6,6 +6,9 @@ COPY *.csproj ./
|
|||||||
|
|
||||||
RUN dotnet restore
|
RUN dotnet restore
|
||||||
|
|
||||||
|
RUN dotnet add package System.Data.SQLite
|
||||||
|
RUN dotnet add package SQLitePCLRaw.lib.e_sqlite3
|
||||||
|
|
||||||
COPY . ./
|
COPY . ./
|
||||||
|
|
||||||
RUN dotnet build --configuration Debug
|
RUN dotnet build --configuration Debug
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user