Skip to content

Commit

Permalink
python2 sting byte
Browse files Browse the repository at this point in the history
  • Loading branch information
lalz001 committed Nov 23, 2019
1 parent 41d4196 commit dbd313d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,14 @@ services:
volumes:
- ./pymindmap:/home/code/pymindmap
# - .:/home/code
- ./docs:/home/code/docs
# - ./docs:/home/code/docs
- ./README.md:/home/code/README.md
- ./setup.py:/home/code/setup.py
- ./resources:/home/code/resources
- ./MANIFEST.in:/home/code/MANIFEST.in
- ./setup.cfg:/home/code/setup.cfg


# command: python -m pymindmap --mindmappath=pymindmap/resources/minders --port=5555 --picturepath=pymindmap/resources/pictures
# command: python -m pymindmap

Expand Down

0 comments on commit dbd313d

Please sign in to comment.