Skip to content

Commit

Permalink
Fix apidoc dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaHydrae committed Sep 13, 2024
1 parent 5e81649 commit 2310732
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 231 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ COPY package.json package-lock.json ./
RUN npm ci

COPY . .
RUN npm run apidoc && \
npm prune --production
RUN npm prune --production

# Production image
# ================
Expand Down
Loading

0 comments on commit 2310732

Please sign in to comment.