Skip to content

Instantly share code, notes, and snippets.

@devmop
Created June 13, 2014 15:46
Show Gist options
  • Save devmop/06f7adbe5f6cd55454a8 to your computer and use it in GitHub Desktop.
Save devmop/06f7adbe5f6cd55454a8 to your computer and use it in GitHub Desktop.
Drone docker
from ubuntu:12.04
run apt-get install -y wget
run wget http://downloads.drone.io/latest/drone.deb
run dpkg -i drone.deb
expose 8080
CMD droned
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment