👷 Add better naming to docker images (among other fixes).

This commit is contained in:
Andrey Antukh 2019-08-08 19:17:25 +02:00
parent 69bb359615
commit 97d74f6cf1
6 changed files with 55 additions and 51 deletions

16
frontend/scripts/build-dist.sh Executable file
View file

@ -0,0 +1,16 @@
#!/usr/bin/env bash
source ~/.bashrc
set -ex
npm ci
export NODE_ENV=production;
npx gulp dist:clean || exit 1;
npx gulp dist || exit 1;
clojure -Adev tools.clj dist:all || exit 1
npx gulp dist:gzip || exit 1