parent
b52e8a57a1
commit
1676484d0d
2 changed files with 2 additions and 2 deletions
|
@ -8,5 +8,5 @@ RUN apk add --no-cache \
|
|||
COPY entrypoint.sh /entrypoint.sh
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
CMD ["/entrypoint.sh"]
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh -l
|
||||
#!/bin/sh
|
||||
|
||||
hugo
|
||||
find ./public -type f -regex ".*\.\(css\|html\|js\|json\|svg\|xml\)$" \
|
||||
|
|
Loading…
Reference in a new issue