Skip to content

Commit b94b6b9

Browse files
committed
fix: copy JSONs in docker image
1 parent ab90674 commit b94b6b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/api/Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ COPY bun.lockb bun.lockb
88
RUN bun install
99

1010
COPY ./src ./src
11+
COPY react.json react.json
12+
COPY next.json next.json
1113

1214
ENV NODE_ENV=production
1315

0 commit comments

Comments
 (0)