Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 442 Bytes

Building.md

File metadata and controls

21 lines (15 loc) · 442 Bytes

Building

Building a JAR for your store is done like this:

bower install
lein clean
lein uberjar

This will compile your Clojurescript and SASS files too, so don't worry.

To create docker images and push them:

docker build -t your-registry.com/your-store .
docker build -t your-registry.com/your-store-datomic datomic
docker push your-registry.com/your-store
docker push your-registry.com/your-store-datomic