archive
This commit is contained in:
6
firefly/ubuntu-old/build.sh
Executable file
6
firefly/ubuntu-old/build.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#! /bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
docker build -t dev:dev .
|
||||
docker run --rm -it -p 8031:8031 dev:dev
|
||||
Reference in New Issue
Block a user