-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running without docker #2
Comments
Well, looking around the web a bit, it seems this is a use-case no one has ever required before.. the issue is basically that the project file is configured for docker, which changes the way c# and asp.net behave, and while fixing that would probably just be one or two lines in the project file, the project itself assumes certain configurations about the host system that it's container will fulfill.. like the /app/files or /app/configuration directories existing. I can put it on my list to find solutions for, probably need a secondary project file for building a standalone version, but it won't be as simple as just adding that to make it run without issues without a container. |
It should already be possible to run wave outside of a container.
The files ( Edit: And should means I tested that this works. |
oh nice, thank you! Do you know if there is any way to have |
While docker is often convenient, there are many reasons why one would want to run a service directly on the host, instead of through a container layer.
Currently, Attempting to run the project directly results in an error.
I don't know enough about dotnet development to fix this myself.
The text was updated successfully, but these errors were encountered: