add submodule
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
FROM docker.io/hugomods/hugo:latest AS build
|
||||
WORKDIR /src
|
||||
COPY . .
|
||||
RUN git submodule update --init --recursive --progress
|
||||
RUN hugo
|
||||
|
||||
FROM nginx:alpine
|
||||
|
||||
Reference in New Issue
Block a user