Still trying to fixed the submodule issue

This commit is contained in:
Jeremy Karst 2025-04-04 21:05:19 -04:00
parent 0bcb45bc5f
commit 5b9ffb9315
2 changed files with 3 additions and 7 deletions

View file

@ -1,6 +1,3 @@
.git
.gitignore
.gitmodules
.hugo_build.lock
public/
resources/

View file

@ -7,9 +7,8 @@ RUN apk add --no-cache hugo git
# Copy the repository contents
COPY . .
# Initialize and update submodules
RUN git submodule init
RUN git submodule update --init --recursive
# Initialize submodules
RUN git submodule update --init
# Build the site
RUN hugo --minify