Skip to content

Commit 9526f54

Browse files
authored
Merge pull request #71 from rynfar/fix/docker-optional-tsconfig
fix: make tsconfig.json optional in Docker COPY to prevent build failure
2 parents 12d4ffe + fe61ebf commit 9526f54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM oven/bun:1 AS build
33

44
WORKDIR /app
5-
COPY package.json bun.lock* tsconfig.json ./
5+
COPY package.json bun.lock* tsconfig.json* ./
66
COPY bin/ ./bin/
77
COPY src/ ./src/
88

0 commit comments

Comments
 (0)