#!/bin/bash

docker build --target spire-server-alpine -t spire-server-alpine .
docker-up spire-server

