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

Commit

Permalink
run_example: fix "docker build" command
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Aug 17, 2016
1 parent 4edbd83 commit 0efbd7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_example.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
docker build . -t django-rest-swagger-example
docker build -t django-rest-swagger-example .
docker run --rm -p 8000:8000 -v $(pwd):/code -ti django-rest-swagger-example

0 comments on commit 0efbd7b

Please sign in to comment.