diff --git a/.gitpod.yml b/.gitpod.yml index 89317bb..7e87668 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,7 +1,7 @@ image: gitpod/workspace-dotnet tasks: - - command : cd cd Kyanite.API/ && dotnet run + - command : cd Kyanite.API/ && dotnet run ports: - port: 5000