Files
Edge/gw-build/docker-entrypoint-shim.sh
a.williamson 1911a4960f Initial commit: EDGE Ignition gateway docker-compose build
Custom Dockerfile-based build for an Ignition Edge gateway with
pre-baked base gwbk, module registration, and admin password
provisioning, backed by MariaDB.
2026-07-22 10:31:20 -05:00

5 lines
170 B
Bash

#!/usr/bin/env bash
set -euo pipefail
# Kick off the built-in entrypoint, with an in-built restore (-r <gwbk path>) directive
exec docker-entrypoint.sh -r base.gwbk "$@"