mirror of
https://github.com/canastro/copy-action.git
synced 2024-12-27 19:45:02 +08:00
change script
This commit is contained in:
parent
d76a688807
commit
4b36b765cc
@ -1,3 +1,3 @@
|
||||
FROM alpine:latest
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
COPY entrypoint.sh /usr/bin/entrypoint
|
||||
ENTRYPOINT ["entrypoint"]
|
6
entrypoint
Normal file
6
entrypoint
Normal file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
set -o pipefail
|
||||
|
||||
sh -c "cp $*"
|
@ -1,3 +0,0 @@
|
||||
#!/bin/sh -l
|
||||
|
||||
sh -c "cp $*"
|
Loading…
x
Reference in New Issue
Block a user