david-allison / manx-corpus-search

MIT License
2 stars 1 forks source link

Dockerfile #203

Closed lauterb closed 2 months ago

lauterb commented 2 months ago

Introduce Dockerfile

...and leave at net6.0 for now

david-allison commented 2 months ago

As much as I try to avoid them in general development, what do you feel about a longer-lived feature branch for this one?

lauterb commented 2 months ago

As much as I try to avoid them in general development, what do you feel about a longer-lived feature branch for this one?

In general I hate long-lived feature branches as well, but since there is a migration situation here, I can live with it

lauterb commented 2 months ago

It broke because I removed the hpm. Thought the build stage had its own npm already, lemme see.

lauterb commented 2 months ago

Or did it fail for another reason?

/usr/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(284,5): error MSB4018: The "GenerateDepsFile" task failed unexpectedly. [/home/runner/work/manx-corpus-search/manx-corpus-search/CorpusSearch/CorpusSearch.csproj]
/usr/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(284,5): error MSB4018: System.IO.IOException: The process cannot access the file '/home/runner/work/manx-corpus-search/manx-corpus-search/CorpusSearch/bin/Release/net8.0/CorpusSearch.deps.json' because it is being used by another process. [/home/runner/work/manx-corpus-search/manx-corpus-search/CorpusSearch/CorpusSearch.csproj]
lauterb commented 2 months ago

Hmm. Got better with only this change in the build:

lauterb commented 2 months ago

Hmm. Something a bit flaky based on last experiment, since same code from prior build went through.

lauterb commented 2 months ago

Anything blocking merge from your side?

No blockers