Compare commits

...

2 Commits

Author SHA1 Message Date
semantic-release-bot c1dc3c554a chore(release): 1.0.4 [skip ci] 4 years ago
Marta Enina ce62961bcf fix(docker): remove copying requirements.txt inside Dockerfile 4 years ago
  1. 1
      Dockerfile
  2. 7
      docs/CHANGELOG.md

1
Dockerfile

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

7
docs/CHANGELOG.md

@ -1,3 +1,10 @@
## [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