Merge pull request #443 from brianlechthaler/patch-1
Add Docker Support
This commit is contained in:
commit
e2e365c681
1 changed files with 7 additions and 0 deletions
7
Dockerfile
Normal file
7
Dockerfile
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
#start with a Python 3.x container
|
||||||
|
FROM python:3
|
||||||
|
|
||||||
|
#grab repository from github
|
||||||
|
RUN git clone --recursive https://github.com/tobi-wan-kenobi/bumblebee-status.git /var/bumblebee-status
|
||||||
|
#run the statusline with no modules or themes specified
|
||||||
|
CMD python3 /var/bumblebee-status/bumblebee-status
|
Loading…
Add table
Reference in a new issue