ipify-api icon indicating copy to clipboard operation
ipify-api copied to clipboard

Add Docker support to the project

Open DCRichards opened this issue 9 years ago • 0 comments

For ease of development and deployment, Docker support could be added to the project. This removes the need for dependencies on the developer's local machine (in this case, Go) and provides an easily portable container for developing and distributing.

Acceptance criteria

  • [x] Add a Dockerfile and docker-compose.yml for development
  • [x] Running docker-compose up runs the server successfully.

DCRichards avatar Feb 22 '17 12:02 DCRichards