Skip to content

Commit 0f9a1c3

Browse files
committed
Add tsconfig.json to production container
1 parent 9f78d9a commit 0f9a1c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

payload/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ ENV NODE_ENV=production
2121
WORKDIR /prod
2222
COPY package*.json .
2323
RUN yarn install --production
24+
25+
COPY --from=build /build/tsconfig.json ./tsconfig.json
2426
COPY --from=build /build/dist ./dist
2527
COPY --from=build /build/build ./build
2628
EXPOSE 3000

0 commit comments

Comments
 (0)