#!/bin/sh
# Serves the one-pager image assets so the Penpot backend container can fetch them.
# Stop it with Ctrl+C when I say the images are in.
cd "$(dirname "$0")"
exec python3 serve.py
