Compare commits

...

2 Commits

Author SHA1 Message Date
semantic-release-bot 35e4657866 chore(release): 1.0.3 [skip ci] 4 years ago
Marta Enina b7632cf966 fix(pip): remove requirements.txt 4 years ago
  1. 2
      Dockerfile
  2. 7
      docs/CHANGELOG.md
  3. BIN
      requirements.txt

2
Dockerfile

@ -1,7 +1,7 @@
FROM python:3.11-alpine
COPY requirements.txt /
RUN pip3 install -r /requirements.txt
RUN pip3 install flask gunicorn
COPY . /app
WORKDIR /app

7
docs/CHANGELOG.md

@ -1,3 +1,10 @@
## [1.0.3](https://git.mckunda.com/mcpanda/summertime/compare/v1.0.2...v1.0.3) (2023-01-28)
### Bug Fixes
* **pip:** remove requirements.txt ([b7632cf](https://git.mckunda.com/mcpanda/summertime/commit/b7632cf96619d272912905efca6eac3ab1d0271a))
## [1.0.2](https://git.mckunda.com/mcpanda/summertime/compare/v1.0.1...v1.0.2) (2023-01-28)

BIN
requirements.txt

Binary file not shown.
Loading…
Cancel
Save