Skip to content

Instantly share code, notes, and snippets.

@RobotGyal
Created May 18, 2020 02:19
Show Gist options
  • Save RobotGyal/7b4ee80d9067349f2d704a5bde58f927 to your computer and use it in GitHub Desktop.
Save RobotGyal/7b4ee80d9067349f2d704a5bde58f927 to your computer and use it in GitHub Desktop.
version: '3'
services:
web:
build: .
command: python3 manage.py runserver 0.0.0.0:8000
volumes:
- .:/code
ports:
- "8000:8000"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment