#!/command/with-contenv sh
set -eu
mkdir -p /opt/data /run/sellable-agent
chown -R hermes:hermes /opt/data /run/sellable-agent
chmod 0700 /opt/data /run/sellable-agent
exec node /usr/local/lib/sellable-agent/fly-customer-image/customer-runtime.mjs
