Skip to content

Running without docker #2

@4censord

Description

@4censord

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.

$ dotnet run Wave/Wave.csproj
Unable to run your project.
Ensure you have a runnable project type and ensure 'dotnet run' supports this project.
A runnable project should target a runnable TFM (for instance, net5.0) and have OutputType 'Exe'.
The current OutputType is 'DockerCompose'.

I don't know enough about dotnet development to fix this myself.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions