Compare commits

..

No commits in common. 'v1.0.4' and 'v1.0.3' have entirely different histories.

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

1
Dockerfile

@ -1,4 +1,5 @@
FROM python:3.11-alpine
COPY requirements.txt /
RUN pip3 install flask gunicorn

7
docs/CHANGELOG.md

@ -1,10 +1,3 @@
## [1.0.4](https://git.mckunda.com/mcpanda/summertime/compare/v1.0.3...v1.0.4) (2023-01-28)
### Bug Fixes
* **docker:** remove copying requirements.txt inside Dockerfile ([ce62961](https://git.mckunda.com/mcpanda/summertime/commit/ce62961bcfdd743b7b4aafa67c2694e6f71db5ba))
## [1.0.3](https://git.mckunda.com/mcpanda/summertime/compare/v1.0.2...v1.0.3) (2023-01-28)

Loading…
Cancel
Save