This commit is contained in:
@ -3,7 +3,8 @@ WORKDIR /usr/src/build
|
||||
COPY ./ ./
|
||||
RUN apk --no-cache add --update make
|
||||
RUN /bin/drone-hugo && \
|
||||
make -C public/ -f ../Makefile
|
||||
make -C public/ -f ../Makefile && \
|
||||
ls -lah
|
||||
# find ./ -type f \( \
|
||||
# -name "*.html" \
|
||||
# -o -name "*.js" \
|
||||
|
Reference in New Issue
Block a user