initial commit
This commit is contained in:
commit
20d4efbb77
2 changed files with 13 additions and 0 deletions
8
Dockerfile
Normal file
8
Dockerfile
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
FROM alpine:edge
|
||||||
|
|
||||||
|
RUN apk add --no-cache ca-certificates zola
|
||||||
|
|
||||||
|
ADD *.sh /
|
||||||
|
|
||||||
|
ENTRYPOINT ["/entry.sh"]
|
||||||
|
CMD ["--help"]
|
||||||
5
entry.sh
Executable file
5
entry.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
|
zola build
|
||||||
Loading…
Add table
Add a link
Reference in a new issue