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

- +