Initial commit
This commit is contained in:
commit
89e81d78bd
5 changed files with 113 additions and 0 deletions
12
Dockerfile
Normal file
12
Dockerfile
Normal file
|
@ -0,0 +1,12 @@
|
|||
FROM alpine:latest
|
||||
|
||||
RUN apk add --no-cache bash yq
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
COPY messages.yaml /messages.yaml
|
||||
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
||||
ENV OUTPUT_FILE="message.txt"
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
Loading…
Add table
Add a link
Reference in a new issue