Skip to content

hebcal/hebcal-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hebcal-docker

Dockerfiles to build images that run hebcal.

Just docker build and you'll get a hebcal image that will work anywhere you can run Docker.

ubuntu results in a ~75M image:

docker build -t hebcal - < Dockerfile.ubuntu
docker run hebcal ...

alpine results in a ~7M image:

docker build -t hebcal - < Dockerfile.alpine
docker run hebcal ...

To build for a default city other than New York, just add a --build-arg "HEBCAL_CITY=${CITY}" flag. For details on cities at both build-time and runtime, see:

Alternatively change city at runtime:

docker run -e HEBCAL_CITY="${CITY}" --rm hebcal...
docker run --rm hebcal -C ${CITY} ...

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •