Improve the current docker development environment.

This commit is contained in:
Andrey Antukh 2019-09-20 17:31:03 +02:00
parent affb1480ce
commit e45ad2197a
8 changed files with 126 additions and 56 deletions

View file

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