octopush/_examples/actions/docker_action/Dockerfile
2022-09-18 00:21:23 +02:00

9 lines
151 B
Docker

FROM debian:bullseye-slim
# Kraken relies on this path being the specified path
WORKDIR /src/work/
COPY . .
RUN echo "# README docker" >> README.md