#!/bin/bash

set -e

echo "Jumping into /code source storage"
cd /code

./bin/start-dev-server.sh "$1" "docker"
