We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e55ab9 commit cbb8b03Copy full SHA for cbb8b03
api.Dockerfile
@@ -7,7 +7,7 @@ COPY package.json bun.lock turbo.json ./
7
COPY apps/ ./apps/
8
COPY packages/ ./packages/
9
10
-RUN bun install --production
+RUN bun install
11
12
RUN bunx turbo build --filter=@databuddy/api...
13
0 commit comments