We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 307007e commit ba06c79Copy full SHA for ba06c79
augmentos_cloud/docker/Dockerfile.porter
@@ -7,7 +7,7 @@ WORKDIR /app
7
COPY package.json bun.lock ./
8
9
# Install dependencies
10
-RUN bun install --frozen-lockfile
+RUN bun install
11
12
# Copy source code
13
COPY . .
0 commit comments