playbooks/brewman/app/docker-entrypoint.sh
tanshu ed8feff302 New:
Fastapi Brewman
  Fastapi Barker
2020-10-17 12:27:59 +05:30

7 lines
60 B
Bash

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