Dockerizing the project

This commit is contained in:
2026-03-04 10:47:06 +02:00
parent 519b683fc3
commit ced2950b60
7 changed files with 66 additions and 10 deletions
+6
View File
@@ -30,4 +30,10 @@ python -m pytest --cov=app --cov-report=term-missing
```bash
cd /opt/kjc/int/URL-shortener
alembic revision --autogenerate -m "create urls table"
```
## Running project in Docker container
```bash
cd /opt/kjc/int/URL-shortener
docker compose up --build
```