octopush/_examples/actions/docker_action/Dockerfile
2022-09-18 00:56:05 +02:00

9 lines
156 B
Docker

FROM debian:bullseye-slim
# Kraken relies on this path being the specified path
WORKDIR /src/work/
COPY entry.sh /src/script.sh
CMD [ "/src/script.sh" ]