with entrypoint
This commit is contained in:
parent
c2d1a7b89e
commit
544716a223
@ -3,4 +3,6 @@ FROM debian:bullseye-slim
|
|||||||
# Kraken relies on this path being the specified path
|
# Kraken relies on this path being the specified path
|
||||||
WORKDIR /src/work/
|
WORKDIR /src/work/
|
||||||
|
|
||||||
RUN echo "# README docker" > README.md
|
COPY entry.sh /src/script.sh
|
||||||
|
|
||||||
|
CMD [ "/src/script.sh" ]
|
||||||
|
5
_examples/actions/docker_action/script.sh
Normal file
5
_examples/actions/docker_action/script.sh
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
|
echo "# README docker" > README.md
|
Loading…
Reference in New Issue
Block a user