Improve image build scripts (with many fixes).

This commit is contained in:
Andrey Antukh 2019-12-13 12:51:56 +01:00
parent b8050068d7
commit 17aa744b52
4 changed files with 28 additions and 31 deletions

View file

@ -1,5 +1,4 @@
#!/usr/bin/env bash
set -xe
sudo pg_ctlcluster 11 main start;
clojure -Adev -m uxbox.tests.main;