🐳 💚 Build release image

This commit is contained in:
mathieu.brunot 2019-02-15 01:49:06 +01:00
parent c44a1e0c0b
commit 7ccc3f30e5
No known key found for this signature in database
GPG key ID: 81584BEAF692D7E0
3 changed files with 23 additions and 6 deletions

View file

@ -69,6 +69,9 @@ RUN set -ex; \
scripts/figwheel.clj; \
npm install; \
npm run dist; \
./scripts/dist-main; \
./scripts/dist-view; \
./scripts/dist-worker; \
rm -rf ./dist/**/*.gz ./dist/**/*.br