bumblebee-status/Dockerfile
Brian Lechthaler ed4ac41e52
Add Docker Support
Added Dockerfile for easier deployment. Does not contain 'CMD pip3 install $packages' directive for module dependency fetching.
2019-09-24 20:57:21 -07:00

7 lines
290 B
Docker

#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