Fixed script not being serveable
All checks were successful
continuous-integration/drone the build was successful
All checks were successful
continuous-integration/drone the build was successful
This commit is contained in:
parent
e6b4f34f0b
commit
4fdf8c9207
1 changed files with 2 additions and 1 deletions
|
|
@ -39,7 +39,8 @@ WORKDIR /usr/src/app
|
||||||
COPY . ./
|
COPY . ./
|
||||||
|
|
||||||
# Generate the site
|
# Generate the site
|
||||||
RUN hugo --minify
|
RUN hugo --minify && \
|
||||||
|
find public -type f -exec chmod 644 {} \;
|
||||||
|
|
||||||
|
|
||||||
# ====CREATE RELEASE IMAGE====
|
# ====CREATE RELEASE IMAGE====
|
||||||
|
|
|
||||||
Reference in a new issue