diff --git a/Procfile b/Procfile index 5daa6e2..39432c7 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -worker: git clone https://github.com/ledlamp/discord-mpp-bridge.git && cd discord-mpp-bridge && node src/main.js +worker: git clone https://github.com/ledlamp/discord-mpp-bridge.git --depth=1 && cd discord-mpp-bridge && exec node src/main.js