Closed CeVladimirich closed 1 year ago
Ow, it turns out that Emulsion requires an absolute path to emulsion.json
in the arguments right now. Try passing it as absolute (/home/www-user/emulsion/Emulsion/emulsion.json
, I presume), or try omitting it: the ./emulsion.json
is used by default anyway.
This is not intended, of course, and I'll fix it soon. Let me know if you want a release with this fix on Docker Hub ASAP (if not, then the fix will be included into the next release, which is not planned, yet, at this point).
Try passing it as absolute (/home/www-user/emulsion/Emulsion/emulsion.json, I presume), or try omitting it: the ./emulsion.json is used by default anyway
It works! Thanks.
Server: Debian 11, .NET Runtime 6.0 I'm installing on a server for the first time. When trying to run the command
dotnet run --project ./Emulsion emulsion.json
an error