krobertson / deb-s3

Easily create and manage an APT repository on S3 -- NO LONGER MAINTAINED
MIT License
482 stars 148 forks source link

Add Dockerfile to build from local source #104

Closed sczizzo closed 7 years ago

sczizzo commented 8 years ago

This change simply adds a Dockerfile based on the latest Ruby image that bundles the local source.

To build and run:

$ cd deb-s3
$ docker build -t deb-s3 .
$ docker run -t deb-s3

Supposing you're into the Docker craze, this makes it a bit easier to try out deb-s3 without mucking around with Ruby or Gems