Skip to content

Commit 75f9793

Browse files
committed
dockerfiles πŸ˜΅β€πŸ’«
1 parent ce71de7 commit 75f9793

File tree

11 files changed

+98
-433
lines changed

11 files changed

+98
-433
lines changed

β€Žaugmentos_cloud/Dockerfile.dev

+2-12
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,8 @@
1-
FROM node:18-slim
1+
FROM oven/bun:latest
22

3-
# Install required tools
4-
RUN apt-get update && apt-get install -y curl unzip git python3 make g++ tini && \
5-
curl -fsSL https://bun.sh/install | bash && \
6-
npm install -g typescript tsx ws && \
7-
apt-get clean && \
8-
rm -rf /var/lib/apt/lists/*
9-
10-
ENV PATH="/root/.bun/bin:${PATH}"
113
ENV NODE_ENV=development
124
ENV CONTAINER_ENVIRONMENT=true
5+
136
# Bun specific optimizations
147
ENV BUN_INSTALL_CACHE_DIR=/root/.bun/.cache
158
ENV BUN_INSTALL_GLOBAL_DIR=/root/.bun/install/global
@@ -20,7 +13,4 @@ WORKDIR /app
2013
# RUN groupadd -r bunuser && useradd -r -g bunuser bunuser
2114
# USER bunuser
2215

23-
# Use tini as an init system to handle signals properly
24-
ENTRYPOINT ["/usr/bin/tini", "--"]
25-
2616
CMD ["echo", "Ready to run services"]

β€Žaugmentos_cloud/Dockerfile.porter

-63
This file was deleted.

β€Žaugmentos_cloud/bun.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
},
9797
"packages/sdk": {
9898
"name": "@augmentos/sdk",
99-
"version": "1.1.0",
99+
"version": "1.1.1",
100100
"dependencies": {
101101
"axios": "^1.8.1",
102102
"express": "^4.18.2",

0 commit comments

Comments
Β (0)