Last active
September 26, 2016 02:34
-
-
Save HokieGeek/4eadb50d951e494843a738f707d209f1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM hokiegeek/hrs:latest | |
RUN apk add --no-cache curl | |
RUN echo "curl --output /root/.hours https://dl.dropboxusercontent.com/u/6524/.work.hours" >> /tmp/hrs-home | |
RUN echo "hrs" >> /tmp/hrs-home | |
ENTRYPOINT ["/bin/sh", "/tmp/hrs-home"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment