mirror of
https://github.com/Afilmory/afilmory
synced 2026-04-24 23:05:05 +00:00
fix(docker): remove duplicate dependency installation in Dockerfile
Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
@@ -23,11 +23,12 @@ COPY apps/ssr/package.json ./apps/ssr/package.json
|
||||
COPY packages/data/package.json ./packages/data/package.json
|
||||
|
||||
COPY scripts ./scripts
|
||||
# Install all dependencies
|
||||
RUN pnpm install --frozen-lockfile
|
||||
COPY config.json ./
|
||||
COPY builder.config.json ./
|
||||
|
||||
# Install all dependencies
|
||||
RUN pnpm install --frozen-lockfile
|
||||
|
||||
|
||||
# Copy all source code
|
||||
COPY . .
|
||||
|
||||
Reference in New Issue
Block a user