commit
e5584dd778
957 changed files with 11340 additions and 0 deletions
12
actions/hugo/Dockerfile
Normal file
12
actions/hugo/Dockerfile
Normal file
|
@ -0,0 +1,12 @@
|
|||
FROM alpine:latest
|
||||
|
||||
RUN apk add --no-cache \
|
||||
brotli \
|
||||
gzip \
|
||||
hugo
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue