empty-string / dc /dev /docker-compose.yml
janwinkler1's picture
add python service, initial setup
c316af1
raw
history blame
198 Bytes
services:
python:
build: ../../python
stdin_open: true
tty: true
ports:
- "8888:8888"
volumes:
- ../../python:/python
environment:
- DISPLAY=${DISPLAY}