with docker action

This commit is contained in:
2022-09-18 00:21:23 +02:00
parent 9696270d22
commit 8c6eea468e
7 changed files with 107 additions and 2 deletions

View File

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