Skip to content

Commit 0171fff

Browse files
committed
same issue fixed
1 parent 6a19df4 commit 0171fff

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

backend/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ WORKDIR /app
66
COPY package*.json ./
77

88

9+
COPY prisma ./prisma
10+
11+
912
RUN npm install
1013

1114

@@ -14,8 +17,6 @@ COPY . .
1417

1518
RUN npm run build
1619

17-
# Expose port
1820
EXPOSE 3000
1921

20-
# Start production server
2122
CMD ["npm", "run", "start:prod"]

0 commit comments

Comments
 (0)