#!/bin/sh

set -eux

docker build -t flyctl -f Dockerfile.dev .
