From 7964b1e98dc65e511be2c8a9d342b77a46154d53 Mon Sep 17 00:00:00 2001 From: ntki72 Date: Fri, 3 Jan 2025 23:45:55 +0900 Subject: [PATCH] =?UTF-8?q?Dockerfile.production=E3=81=AB=E3=82=BD?= =?UTF-8?q?=E3=83=BC=E3=82=B9=E3=82=B3=E3=83=BC=E3=83=89=E3=81=AE=E3=82=B3?= =?UTF-8?q?=E3=83=94=E3=83=BC=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile.production | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile.production b/Dockerfile.production index 8185ed7..35ca50d 100644 --- a/Dockerfile.production +++ b/Dockerfile.production @@ -22,6 +22,9 @@ WORKDIR /app COPY package*.json ./ RUN npm install --production +# ソースコードをコピー +COPY . . + # ビルド済みファイルをコピー COPY --from=builder /app/dist ./dist