refstack/docker/entrypoint.sh

5 lines
62 B
Bash
Executable File

#!/bin/bash
set -e
refstack-manage upgrade --revision head
$@