timezone icon indicating copy to clipboard operation
timezone copied to clipboard

Support Docker as an execution environment

Open bexelbie opened this issue 9 years ago • 2 comments

add Dockerfile move people.json to data/ to allow for mounting data directory add sample people.json

bexelbie avatar Mar 06 '16 21:03 bexelbie

rebased

bexelbie avatar Mar 08 '16 09:03 bexelbie

Hi @bexelbie, sorry for the delay. Just had to think about this change, it might be cool down the line to allow for people to add images into the data directory and serve those as static assets in express. I'd also like to add some documentation on how to use the image as a base for your own Dockerfile, ex.

FROM djfarrelly/timezone
ADD people.json /usr/src/app/data

djfarrelly avatar Apr 04 '16 17:04 djfarrelly