barker/barker/docker-entrypoint.sh
2020-11-10 13:36:54 +05:30

7 lines
60 B
Bash

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