Skip to content

Commit 2d5f58f

Browse files
committed
chore: build the container
1 parent c1cbb46 commit 2d5f58f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ COPY vite*.ts /opt/app-root/extension-source/
3030

3131
# refresh dependencies (if needed)
3232
# and build the extension
33-
RUN pnpm --frozen-lockfile install && \
33+
RUN pnpm install && \
3434
pnpm build
3535

3636
# copy output of the build + required files

0 commit comments

Comments
 (0)