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

Commit

Permalink
Update README_docker.md
Browse files Browse the repository at this point in the history
  • Loading branch information
foxmask authored Dec 19, 2016
1 parent 294959d commit 2f8f3e0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README_docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@ but this should do the trick until next time
## Build

```
docker-compose -f docker-compose.yml build
docker-compose build
```

## Run

```
docker-compose -f docker-compose.yml up -d
docker-compose up
```

## Database update/create

```
docker-compose -f docker-compose.yml run web python manage.py migrate
docker-compose -f docker-compose.yml run web python manage.py createsuperuser
```
docker-compose run web python manage.py migrate
docker-compose run web python manage.py createsuperuser
```

0 comments on commit 2f8f3e0

Please sign in to comment.