We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba06c79 commit 42cc564Copy full SHA for 42cc564
augmentos_cloud/Dockerfile
@@ -17,11 +17,11 @@ COPY . .
17
RUN echo "🚀 Starting build process..." && \
18
bun install && \
19
echo "📦 Dependencies installed successfully" && \
20
+ echo "⚙️ Building packages/sdk..." && \
21
+ cd ../sdk && bun run build && \
22
echo "⚙️ Building packages/utils..." && \
23
cd packages/utils && bun run build && \
24
echo "✅ utils built successfully" && \
- echo "⚙️ Building packages/sdk..." && \
- cd ../sdk && bun run build && \
25
echo "✅ sdk built successfully" && \
26
echo "⚙️ Building packages/agents..." && \
27
cd ../agents && bun run build && \
0 commit comments