add zola
This commit is contained in:
parent
fc3152d6e8
commit
635bd85e2b
2 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
FROM alpine
|
FROM alpine:edge
|
||||||
|
|
||||||
RUN apk add --no-cache ca-certificates
|
RUN apk add --no-cache ca-certificates zola
|
||||||
|
|
||||||
ADD *.sh /
|
ADD *.sh /
|
||||||
|
|
||||||
|
|
|
||||||
2
entry.sh
2
entry.sh
|
|
@ -2,4 +2,4 @@
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
touch "$1"
|
zola --version
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue