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

6
firefly/ubuntu-old/build.sh Executable file
View File

@@ -0,0 +1,6 @@
#! /bin/bash
set -e
docker build -t dev:dev .
docker run --rm -it -p 8031:8031 dev:dev