Bugfix on UI elements when no secret is found. Add copy secret button on successful retrieval. Include deployment information and updated example files.
This commit is contained in:
12
build-docker
Executable file
12
build-docker
Executable file
@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
# Date: 12/27/2022
|
||||
# Author: James Eversole
|
||||
# ISC License
|
||||
# This script completes a stack build and then builds a docker image
|
||||
# containing Purr. The image name is the first argument to the script.
|
||||
|
||||
IMAGE_NAME=${1:-"purr"}
|
||||
|
||||
stack build --copy-bins
|
||||
docker build . -t $IMAGE_NAME
|
Reference in New Issue
Block a user