We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab90674 commit b94b6b9Copy full SHA for b94b6b9
apps/api/Dockerfile
@@ -8,6 +8,8 @@ COPY bun.lockb bun.lockb
8
RUN bun install
9
10
COPY ./src ./src
11
+COPY react.json react.json
12
+COPY next.json next.json
13
14
ENV NODE_ENV=production
15
0 commit comments