Skip to content

Commit

Permalink
fix(Content deploy plugin)
Browse files Browse the repository at this point in the history
  • Loading branch information
Spencer6497 committed Dec 23, 2024
1 parent e41c4c9 commit af9b2cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ ENV NODE_ENV=${NODE_ENV}
WORKDIR /opt/app
COPY --from=build /opt/app ./
RUN mv ./node_modules ../
# Also need to move the plugins folder so the node_modules workspace symlink is correct
RUN mv ./plugins ../
ENV PATH /opt/node_modules/.bin:$PATH

RUN mkdir -p /opt/app/database/migrations
Expand Down

0 comments on commit af9b2cc

Please sign in to comment.