#!/bin/bash
echo 'Starting docker container'
set -e

exec "$@"

exec yarn dev
