Skip to content

Commit

Permalink
fix(docker): temporarily remove git submodule from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Airscript committed Aug 12, 2022
1 parent ed83904 commit a02a8fb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .docker/blog.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@ ENV BLOG_INTERFACE=0.0.0.0
ARG BLOG_DIR=app

RUN apk update
RUN apk add git
RUN apk add hugo

RUN mkdir ${BLOG_DIR}
WORKDIR /${BLOG_DIR}

COPY . .
RUN git submodule update --init --recursive

ENTRYPOINT ["./docker-entrypoint.sh"]
CMD ["hugo"]
Expand Down

0 comments on commit a02a8fb

Please sign in to comment.