File size: 198 Bytes
c316af1
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
services:
  python:
    build: ../../python
    stdin_open: true
    tty: true
    ports:
      - "8888:8888"

    volumes:
      - ../../python:/python

    environment:
      - DISPLAY=${DISPLAY}