#!/bin/bash

set -e

# output info about environment
printenv

# create resources
python3 dev_setup.py

# run worker
/bin/bash ./entrypoint.sh
