Skip to content

Commit

Permalink
Nit, closes #273
Browse files Browse the repository at this point in the history
  • Loading branch information
rednafi committed Oct 22, 2023
1 parent 2045150 commit c024d84
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ is similar to what you'd get with Flask's [Blueprint][blueprint].
- Flask inspired divisional folder structure for better decoupling and encapsulation. This
is suitable for small to medium backend development.

- Dockerized using **python:3.13-slim-bookworm** and optimized for size and functionality.
Dockerfile for Python 3.11, 3.10, and 3.9 can also be found in the `dockerfiles`
directory.
- Dockerized using **python:3.12-slim-bookworm** and optimized for size and functionality.
Dockerfile for Python 3.11 and 3.10 can also be found in the `dockerfiles` directory.

## Quickstart

Expand Down

0 comments on commit c024d84

Please sign in to comment.