diff --git a/Procfile b/Procfile index 8b03126..3d28354 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: wget https://github.com/hackclub/hackstone/releases/download/main/Web.zip && unzip Web.zip && python serve.py +web: wget https://github.com/hackclub/hackstone/releases/download/main/Web.zip && unzip Web.zip && cp hackstone.html index.html && python serve.py