Skip to content

Instantly share code, notes, and snippets.

@crohas
Last active February 26, 2019 09:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save crohas/5c0534677b37e0e337fdd50fe64a4687 to your computer and use it in GitHub Desktop.
Save crohas/5c0534677b37e0e337fdd50fe64a4687 to your computer and use it in GitHub Desktop.
# リポジトリの直下で
docker-compose up
# (別のシェルで)起動後にコンテナに入って
docker exec -it djample_app_1 /bin/bash
source venv/bin/activate
# (共通)起動
/home/www/djample# ./apps/manage.py runserver 0.0.0.0:8000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment