with entrypoint
This commit is contained in:
@@ -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" ]
|
||||
|
Reference in New Issue
Block a user