Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 315 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 315 Bytes

Howto create a new imagemonkey release

  • clone repository
  • rename .env.template to .env
  • set environment variables in .env
  • make sure to set the IMAGEMONKEY_VERSION in the .env file appropriately
  • build docker image with docker-compose build
  • create a new release by running docker-compose up