Skip to content

Commit

Permalink
Fix phpdoc build, pin version (#3438)
Browse files Browse the repository at this point in the history
  • Loading branch information
Derkades authored Sep 9, 2023
1 parent 1a24865 commit 0245d27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.phpdoc
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM phpdoc/phpdoc as doc_builder
FROM phpdoc/phpdoc:3.4 as doc_builder

COPY . /source

WORKDIR /source

RUN mkdir /target && \
phpdoc \
phpdoc run \
-d 'core/classes' \
-d 'modules/Core/classes' \
-d 'modules/Discord Integration/classes' \
Expand Down

0 comments on commit 0245d27

Please sign in to comment.