Skip to content

Commit ba06c79

Browse files
committed
3rd times the charm dockerfile
1 parent 307007e commit ba06c79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

augmentos_cloud/docker/Dockerfile.porter

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ WORKDIR /app
77
COPY package.json bun.lock ./
88

99
# Install dependencies
10-
RUN bun install --frozen-lockfile
10+
RUN bun install
1111

1212
# Copy source code
1313
COPY . .

0 commit comments

Comments
 (0)