Skip to content

Instantly share code, notes, and snippets.

@Quantisan
Created October 20, 2014 21:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Quantisan/3111db02ea4516a4e667 to your computer and use it in GitHub Desktop.
Save Quantisan/3111db02ea4516a4e667 to your computer and use it in GitHub Desktop.
Fig continuous dev setup
FROM clojure
ADD . /usr/src/app
WORKDIR /usr/src/app
RUN lein deps
web:
build: .
command: lein run 8000
volumes:
- .:/usr/src/app
environment:
APP_ENV: "develop"
ports:
- "8002:8000"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment