remove bits
This commit is contained in:
parent
6d7a42e718
commit
189a7c3ef1
8
docker/dropshell_alpine/builld_builder.sh
Normal file
8
docker/dropshell_alpine/builld_builder.sh
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
||||||
|
|
||||||
|
ROOT_DIR=$(dirname $(dirname $SCRIPT_DIR))
|
||||||
|
|
||||||
|
docker build -t dropshell_alpine_builder $ROOT_DIR -f $SCRIPT_DIR/Dockerfile.build
|
||||||
|
|
@ -1,4 +0,0 @@
|
|||||||
# Template to use - always required!
|
|
||||||
TEMPLATE=dropshell-agent
|
|
||||||
|
|
||||||
|
|
@ -1,6 +1,3 @@
|
|||||||
# Template to use - always required!
|
|
||||||
TEMPLATE=watchtower
|
|
||||||
|
|
||||||
# Service settings specific to this server
|
# Service settings specific to this server
|
||||||
# (can also override anything in the _basic.env file in the template to make it specific to this server)
|
# (can also override anything in the _basic.env file in the template to make it specific to this server)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user