File size: 156 Bytes
d1e5295
 
 
 
 
 
 
 
 
 
72538a7
1
2
3
4
5
6
7
8
9
10
11
12
version: "3"

services:
  django:
    build:
      context: .
      dockerfile: Dockerfile
    ports:
      - "8000:80"
    volumes:
      - .:/passportapi