From 9dfa5b6a177762535270925a11cac009d66a51b9 Mon Sep 17 00:00:00 2001 From: Marta Enina Date: Sat, 28 Jan 2023 18:40:53 +0300 Subject: [PATCH] fix: make startup script executable --- Dockerfile | 2 ++ docs/CHANGELOG.md | 6 ++++++ 2 files changed, 8 insertions(+) create mode 100644 docs/CHANGELOG.md diff --git a/Dockerfile b/Dockerfile index 57e7d25..d817e56 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,4 +6,6 @@ RUN pip3 install -r /requirements.txt COPY . /app WORKDIR /app +RUN chmod +x gunicorn.sh + ENTRYPOINT ["./gunicorn.sh"] \ No newline at end of file diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md new file mode 100644 index 0000000..f0a8cad --- /dev/null +++ b/docs/CHANGELOG.md @@ -0,0 +1,6 @@ +# 1.0.0 (2023-01-28) + + +### Features + +* init ([4700686](https://git.mckunda.com/mcpanda/summertime/commit/4700686dbf80c746bb057c37a3ba024134e068ae)) \ No newline at end of file