Update container naming
This commit is contained in:
@@ -14,7 +14,7 @@ set -e
|
||||
|
||||
# --- Configuration ---
|
||||
readonly CONTAINER_NAME="ExwayzMapping"
|
||||
readonly IMAGE_NAME="beckhoff-exwayz:latest"
|
||||
readonly IMAGE_NAME="exwayzMapping:latest"
|
||||
readonly HOST_DIR="$(pwd)" # Use the current directory from where the script is run
|
||||
readonly CONTAINER_DIR="/app"
|
||||
readonly MOUNT_PATH="${HOST_DIR}:${CONTAINER_DIR}"
|
||||
|
||||
Reference in New Issue
Block a user