Skip to content

Commit

Permalink
Merge pull request #230 from matematikk-mooc/aj/DIT-226
Browse files Browse the repository at this point in the history
DIT-226: Swap python for old dockerfiles back to 3.12.2
  • Loading branch information
ajxudir authored Jul 19, 2024
2 parents c838fa1 + 4260818 commit 89584a1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.4
FROM python:3.12.2

######## SYSTEM #########

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.4
FROM python:3.12.2

######## SYSTEM #########

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ A Python Django application that provides HTTP endpoints for statistical aggrega
- [Git](https://git-scm.com/): A free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
- [Visual Studio Code](https://code.visualstudio.com/): A lightweight but powerful source code editor which runs on your desktop and is available for Windows, macOS and Linux.
- [Docker](https://docs.docker.com/get-docker/): A tool for developing, shipping, and running applications inside lightweight, portable containers.
- [Docker Compose](https://docs.docker.com/get-docker/): A tool for defining and running multi-container Docker applications.
- [Docker Compose](https://docs.docker.com/compose/install/): A tool for defining and running multi-container Docker applications.

## Configuration

Expand Down Expand Up @@ -77,7 +77,7 @@ Alternatively, you can directly utilize the stage database by updating all varia
## Development

- Start: `docker compose up`
- Visit http://127.0.0.1:8000/api/statistics/360
- Visit http://127.0.0.1:8000/api/statistics/360/

- Stop: `docker compose down`

Expand Down

0 comments on commit 89584a1

Please sign in to comment.