feature/docker-action #11

Merged
kjuulh merged 11 commits from feature/docker-action into v0.1 2022-09-18 11:51:23 +02:00
8 changed files with 164 additions and 2 deletions
Showing only changes of commit 544716a223 - Show all commits

View File

@@ -3,4 +3,6 @@ FROM debian:bullseye-slim
# Kraken relies on this path being the specified path
WORKDIR /src/work/
RUN echo "# README docker" > README.md
COPY entry.sh /src/script.sh
CMD [ "/src/script.sh" ]

View File

@@ -0,0 +1,5 @@
#!/bin/bash
set -e
echo "# README docker" > README.md