#!/bin/bash

# This file was automatically generated. DO NOT EDIT.
# Any changes made to this file will be overwritten.

if [ -f .env ]; then
  set -a; . ./.env; set +a;
fi

stoobly-agent config reset

stoobly-agent snapshot apply

entrypoint=$1

if [ -e "$entrypoint" ]; then
  ./"$entrypoint" /app
fi