From dce4a8264f1e5fe7db9749ca39e8c47fe0d4167d Mon Sep 17 00:00:00 2001 From: p16w <35285106+msp5382@users.noreply.github.com> Date: Wed, 16 Aug 2023 00:46:03 +0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5020932..44bb237 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,10 +6,6 @@ COPY package.json yarn.lock ./ RUN yarn -COPY prisma ./prisma - -RUN yarn run prisma migrate deploy - COPY . . RUN yarn run build