Skip to content

Commit

Permalink
Build and run with docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkennedydev committed Mar 21, 2018
1 parent 9142a09 commit 934513d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash

docker build -t edubart/otclient .
7 changes: 7 additions & 0 deletions run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env bash

docker run -ti --rm \
-e DISPLAY \
-v /tmp/.X11-unix:/tmp/.X11-unix \
--device /dev/dri \
edubart/otclient

0 comments on commit 934513d

Please sign in to comment.