Files
barker/barker/docker-entrypoint.sh

7 lines
62 B
Bash

#!/bin/bash
set -e
# cp /app/frontend/* /frontend
exec "$@"