This commit is contained in:
bel
2021-09-14 06:20:35 -06:00
commit c1b827fba3
40 changed files with 1509 additions and 0 deletions

15
firefly/postgres/build.sh Executable file
View File

@@ -0,0 +1,15 @@
#! /bin/bash
set -e
mkdir -p $(pwd)/tmp
docker build -t dev:dev .
docker run \
--rm \
-it \
-p 9031:9031 \
-v $PWD/tmp:/mnt \
dev:dev
# -v $(pwd)/tmp:/mnt \