You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For Paketo Buildpacks to be able to create artifacts that run, the file `Procfile` must be added (see [Override the Start Process Set by the Buildpack](https://paketo.io/docs/howto/dotnet-core/#override-the-start-process-set-by-the-buildpack)).
28
+
29
+
For example `samples/dotnet/src/WebApi/Procfile`:
30
+
31
+
```Procfile
32
+
web: dotnet EpinioDotnetSamples.WebApi.dll
33
+
```
34
+
35
+
## React
36
+
37
+
Run the following command to deploy the application:
0 commit comments