update Dockerfile location / context
This commit is contained in:
2
build.sh
2
build.sh
@@ -4,7 +4,7 @@
|
|||||||
REPO_URL="https://codeberg.org/uzu/strudel.git"
|
REPO_URL="https://codeberg.org/uzu/strudel.git"
|
||||||
CLONE_DIR="strudel"
|
CLONE_DIR="strudel"
|
||||||
IMAGE_NAME="strudel_custom"
|
IMAGE_NAME="strudel_custom"
|
||||||
DOCKERFILE_PATH="Dockerfile_production" # Path to your custom Dockerfile, adjust if needed
|
DOCKERFILE_PATH="Dockerfile" # Path to your custom Dockerfile, adjust if needed
|
||||||
|
|
||||||
# Clone the repo (or update if it already exists)
|
# Clone the repo (or update if it already exists)
|
||||||
if [ -d "$CLONE_DIR" ]; then
|
if [ -d "$CLONE_DIR" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user