Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Commit

Permalink
feature: Remove docker build instruction indeed the build process is …
Browse files Browse the repository at this point in the history
…not manage anymore in this repository

The build process is now left to user's choice
  • Loading branch information
RouxAntoine committed Sep 21, 2023
1 parent c017675 commit 38dc901
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,3 @@ Secondly, after translation (edition of po files), compile the files :
python manage.py compilemessages
```


## Docker

* First of all initiate the file tapiriik/local_settings.py
* Then build the docker to get all the requierements.
* Finaly launch the docker-compose to get all the containers (redis, mongo, web, RMQ)

```
docker build --no-cache -t my-hub-decathlon .
docker-compose up
```

0 comments on commit 38dc901

Please sign in to comment.