make entrypoint executable
This commit is contained in:
parent
367cf479ab
commit
dfc48e517e
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ RUN apk add --no-cache \
|
|||
hugo
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue