octopush/_examples/actions/docker_action/Dockerfile
2022-09-21 11:06:53 +02:00

9 lines
158 B
Docker

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