From 59c7f6a4f4d3698f25bc6534625ef99be007d7c2 Mon Sep 17 00:00:00 2001 From: Niels Larmuseau Date: Wed, 22 Mar 2023 11:13:13 +0100 Subject: [PATCH] fix --- captain-definition | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/captain-definition b/captain-definition index 576ce22..a58d25d 100644 --- a/captain-definition +++ b/captain-definition @@ -9,7 +9,7 @@ "COPY ./package.json /usr/src/app/", "COPY ./yarn.lock /usr/src/app/", "RUN yarn", - "rsync -a ./ /usr/src/app", + "COPY ./ /usr/src/app", "RUN npx prisma generate", "ENV NODE_ENV production", "ENV PORT 80",