Skip to content

Instantly share code, notes, and snippets.

@saolsen
Created August 15, 2012 21:59
Show Gist options
  • Save saolsen/3364068 to your computer and use it in GitHub Desktop.
Save saolsen/3364068 to your computer and use it in GitHub Desktop.
clojure apps on dotcloud
#!/bin/bash
lein upgrade
lein deps
lein uberjar my-main-namespace.core
cp ./*-standalone.jar ~/run.jar
www:
type: custom
buildscript: build_web
process: java -jar run.jar
ports:
www: http
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment