From 30d2d45419fde573e54316c0806d1bd8bb351465 Mon Sep 17 00:00:00 2001 From: AnveshakR Date: Sun, 3 Mar 2024 23:24:06 -0500 Subject: [PATCH] wasnt a file structure issue, reverted file structure also changed Submit buton name to Download as per public opinion --- Dockerfile | 2 +- gunicorn_conf.py => src/gunicorn_conf.py | 0 templates/mainpage.html | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename gunicorn_conf.py => src/gunicorn_conf.py (100%) diff --git a/Dockerfile b/Dockerfile index cec934c..0a3cab9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,4 +4,4 @@ WORKDIR /app RUN apt-get update RUN apt-get install ffmpeg libsm6 libxext6 wget -y RUN pip install -r requirements.txt -CMD ["gunicorn", "--preload", "--conf", "gunicorn_conf.py", "webapp:app"] \ No newline at end of file +CMD ["gunicorn", "--preload", "--conf", "src/gunicorn_conf.py", "webapp:app"] \ No newline at end of file diff --git a/gunicorn_conf.py b/src/gunicorn_conf.py similarity index 100% rename from gunicorn_conf.py rename to src/gunicorn_conf.py diff --git a/templates/mainpage.html b/templates/mainpage.html index 2fa8034..8767e6e 100644 --- a/templates/mainpage.html +++ b/templates/mainpage.html @@ -16,7 +16,7 @@

Spotify Poster Generator

- +