Skip to content

Commit cb2c214

Browse files
committed
feat: ♻️ Update dockerfile
1 parent 1c6e441 commit cb2c214

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/api/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@ FROM oven/bun
33
WORKDIR /app
44

55
COPY package.json .
6-
COPY bun.lockb .
76

87
RUN bun install --production
98

109
COPY src src
1110
COPY tsconfig.json .
12-
# COPY public public
1311

1412
ENV NODE_ENV production
1513
CMD ["bun", "src/index.ts"]

0 commit comments

Comments
 (0)