remove bits

This commit is contained in:
Your Name 2025-04-30 23:36:30 +12:00
parent 6d7a42e718
commit 189a7c3ef1
3 changed files with 8 additions and 7 deletions

View 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

View File

@ -1,4 +0,0 @@
# Template to use - always required!
TEMPLATE=dropshell-agent

View File

@ -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)