mirror of
https://github.com/Afilmory/afilmory
synced 2026-02-01 22:48:17 +00:00
fix(docker): ensure preinstall script runs before dependency installation
Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
@@ -23,6 +23,8 @@ COPY apps/ssr/package.json ./apps/ssr/package.json
|
||||
COPY packages/data/package.json ./packages/data/package.json
|
||||
|
||||
COPY scripts ./scripts
|
||||
RUN sh ./scripts/preinstall.sh
|
||||
RUN ls
|
||||
# Install all dependencies
|
||||
RUN pnpm install --frozen-lockfile
|
||||
COPY config.json ./
|
||||
|
||||
Reference in New Issue
Block a user