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

Commit

Permalink
Merge pull request #248 from koalie/patch-32
Browse files Browse the repository at this point in the history
Editorial
  • Loading branch information
foxmask committed Oct 12, 2017
2 parents c50b4ee + 1a92477 commit de9ac50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README_docker.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Docker for Trigger Happy

This is a very very early stage for docker support
but this should do the trick until next time based on https://docs.docker.com/engine/reference/commandline/build/ and https://docs.docker.com/compose/django/ and a bit of https://hub.docker.com/_/django/
This is very very early stage for docker support
but this should do the trick until next time, based on https://docs.docker.com/engine/reference/commandline/build/ and https://docs.docker.com/compose/django/ and a bit of https://hub.docker.com/_/django/

## Build

Expand All @@ -25,7 +25,7 @@ docker-compose run web python manage.py createsuperuser --settings=django_th.se

## Running tasks

2 tasks are usually in the crontab : one to read the data source, one to publish the grabbed data:
2 tasks are usually in the crontab: one to read the data source, one to publish the grabbed data:

```
docker-compose run web python manage.py read --settings=django_th.settings_docker
Expand Down

0 comments on commit de9ac50

Please sign in to comment.