Browse Source

fix: make startup script executable

pull/2/head
Marta Enina 4 years ago
parent
commit
9dfa5b6a17
  1. 2
      Dockerfile
  2. 6
      docs/CHANGELOG.md

2
Dockerfile

@ -6,4 +6,6 @@ RUN pip3 install -r /requirements.txt
COPY . /app
WORKDIR /app
RUN chmod +x gunicorn.sh
ENTRYPOINT ["./gunicorn.sh"]

6
docs/CHANGELOG.md

@ -0,0 +1,6 @@
# 1.0.0 (2023-01-28)
### Features
* init ([4700686](https://git.mckunda.com/mcpanda/summertime/commit/4700686dbf80c746bb057c37a3ba024134e068ae))
Loading…
Cancel
Save