Skip to content

Commit 42cc564

Browse files
committed
docker 4
1 parent ba06c79 commit 42cc564

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

augmentos_cloud/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ COPY . .
1717
RUN echo "🚀 Starting build process..." && \
1818
bun install && \
1919
echo "📦 Dependencies installed successfully" && \
20+
echo "⚙️ Building packages/sdk..." && \
21+
cd ../sdk && bun run build && \
2022
echo "⚙️ Building packages/utils..." && \
2123
cd packages/utils && bun run build && \
2224
echo "✅ utils built successfully" && \
23-
echo "⚙️ Building packages/sdk..." && \
24-
cd ../sdk && bun run build && \
2525
echo "✅ sdk built successfully" && \
2626
echo "⚙️ Building packages/agents..." && \
2727
cd ../agents && bun run build && \

0 commit comments

Comments
 (0)