diff options
| author | s1n <[email protected]> | 2020-04-01 21:14:05 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-04-01 21:14:05 -0700 |
| commit | 7745a6fe19b1bfdaf527a78a2d905492e9fa9017 (patch) | |
| tree | 28d4722bf160237385e6a9a5b13339db647db187 /Procfile | |
| parent | Create .gitignore (diff) | |
| download | s5nical-7745a6fe19b1bfdaf527a78a2d905492e9fa9017.tar.xz s5nical-7745a6fe19b1bfdaf527a78a2d905492e9fa9017.zip | |
Create Procfile
Diffstat (limited to 'Procfile')
| -rw-r--r-- | Procfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..ad01c27 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +worker: node app.js |