#!/usr/bin/env bash
exec php -S 127.0.0.1:8080 -t /opt/php-api/public
