mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-15 05:45:20 +00:00
Dockerfile
This commit is contained in:
parent
9f66c458c4
commit
4f394519fd
1 changed files with 3 additions and 0 deletions
|
|
@ -217,6 +217,9 @@ COPY --from=zoekt-builder \
|
||||||
/cmd/zoekt-index \
|
/cmd/zoekt-index \
|
||||||
/usr/local/bin/
|
/usr/local/bin/
|
||||||
|
|
||||||
|
# Copy zoekt proto files (needed for gRPC client at runtime)
|
||||||
|
COPY vendor/zoekt/grpc/protos /app/vendor/zoekt/grpc/protos
|
||||||
|
|
||||||
# Copy all of the things
|
# Copy all of the things
|
||||||
COPY --from=web-builder /app/packages/web/public ./packages/web/public
|
COPY --from=web-builder /app/packages/web/public ./packages/web/public
|
||||||
COPY --from=web-builder /app/packages/web/.next/standalone ./
|
COPY --from=web-builder /app/packages/web/.next/standalone ./
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue