Compare commits

..

No commits in common. 'v1.0.1' and 'v1.0.0' have entirely different histories.

  1. 2
      Dockerfile
  2. 13
      docs/CHANGELOG.md

2
Dockerfile

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

13
docs/CHANGELOG.md

@ -1,13 +0,0 @@
## [1.0.1](https://git.mckunda.com/mcpanda/summertime/compare/v1.0.0...v1.0.1) (2023-01-28)
### Bug Fixes
* make startup script executable ([9dfa5b6](https://git.mckunda.com/mcpanda/summertime/commit/9dfa5b6a177762535270925a11cac009d66a51b9))
# 1.0.0 (2023-01-28)
### Features
* init ([4700686](https://git.mckunda.com/mcpanda/summertime/commit/4700686dbf80c746bb057c37a3ba024134e068ae))
Loading…
Cancel
Save