Fixed script not being serveable
continuous-integration/drone the build was successful
Details
continuous-integration/drone the build was successful
Details
parent
e6b4f34f0b
commit
4fdf8c9207
|
@ -39,7 +39,8 @@ WORKDIR /usr/src/app
|
|||
COPY . ./
|
||||
|
||||
# Generate the site
|
||||
RUN hugo --minify
|
||||
RUN hugo --minify && \
|
||||
find public -type f -exec chmod 644 {} \;
|
||||
|
||||
|
||||
# ====CREATE RELEASE IMAGE====
|
||||
|
|
Reference in New Issue