copy/entrypoint
Ricardo Canastro 84a678cc67
use alpine:latest (#1)
* use alpine:latest

* change entrypoint

* change script

* fix typo
2020-01-04 10:21:36 +00:00

6 lines
50 B
Bash

#!/bin/bash
set -e
set -o pipefail
sh -c "cp $*"