Skip to content

Commit b571d53

Browse files
committed
feat: add static directory to Dockerfile
1 parent 3288260 commit b571d53

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/opencode/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ RUN apk add libgcc libstdc++ ripgrep
88

99
FROM base AS build-amd64
1010
COPY dist/shuvcode-linux-x64-baseline-musl/bin/shuvcode /usr/local/bin/shuvcode
11+
COPY static /usr/local/bin/static
1112

1213
FROM base AS build-arm64
1314
COPY dist/shuvcode-linux-arm64-musl/bin/shuvcode /usr/local/bin/shuvcode
15+
COPY static /usr/local/bin/static
1416

1517
ARG TARGETARCH
1618
FROM build-${TARGETARCH}

0 commit comments

Comments
 (0)