Compare commits
No commits in common. "475c435a189497cdcf7f03d28316dc5dd1dbc6c2" and "0b3132e355e8b3732e3d6ba98177534cd03d4b9f" have entirely different histories.
475c435a18
...
0b3132e355
2 changed files with 1 additions and 3 deletions
|
@ -1,4 +1,2 @@
|
||||||
FROM docker.io/alpine:latest
|
FROM docker.io/alpine:latest
|
||||||
RUN apk add imagemagick imagemagick-jpeg imagemagick-pango font-fira-code-nerd
|
RUN apk add imagemagick imagemagick-jpeg imagemagick-pango font-fira-code-nerd
|
||||||
COPY ./ /app
|
|
||||||
ENTRYPOINT [ "/app/main.sh" ]
|
|
||||||
|
|
2
main.sh
2
main.sh
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
set -e
|
set -ex
|
||||||
|
|
||||||
help_text() {
|
help_text() {
|
||||||
printf "
|
printf "
|
||||||
|
|
Loading…
Add table
Reference in a new issue