mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 03:26:38 +02:00
✨ Improve the current docker development environment.
This commit is contained in:
parent
affb1480ce
commit
e45ad2197a
8 changed files with 126 additions and 56 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue