mirror of
https://github.com/Afilmory/afilmory
synced 2026-02-01 14:44:48 +00:00
feat(docker): add patches directory copy in Dockerfile
Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
@@ -10,7 +10,7 @@ WORKDIR /workspace
|
||||
|
||||
COPY package.json pnpm-workspace.yaml pnpm-lock.yaml ./
|
||||
COPY be/apps/oauth-gateway/package.json be/apps/oauth-gateway/package.json
|
||||
|
||||
COPY patches ./patches
|
||||
RUN pnpm fetch --filter '@afilmory/oauth-gateway...'
|
||||
|
||||
COPY . .
|
||||
|
||||
Reference in New Issue
Block a user