Skip to content

Commit

Permalink
Improve command to get Qt.py copied into workdir
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikaverpil committed Aug 26, 2017
1 parent 858a729 commit cca8dd6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion run_docker.sh
@@ -1 +1,4 @@
docker run -ti --rm -v $(pwd):/Qt.py --entrypoint bash fredrikaverpil/qt.py:2017
#!/bin/bash

# docker run -ti --rm -v $(pwd):/Qt.py --entrypoint bash fredrikaverpil/qt.py:2017
docker run -ti --rm -v $(pwd):/Qt.py --entrypoint bash fredrikaverpil/qt.py:2018 -c "cp -r /Qt.py/* . && bash"

0 comments on commit cca8dd6

Please sign in to comment.