mirror of
https://github.com/abhigyanpatwari/GitNexus.git
synced 2026-08-28 05:25:25 +00:00
fix(docker): include duckdb installer script in runtime image (#1502)
This commit is contained in:
parent
6a8947217c
commit
a3af0dcce2
1 changed files with 1 additions and 0 deletions
|
|
@ -55,6 +55,7 @@ RUN mkdir -p /data/gitnexus && chown -R node:node /data
|
|||
COPY --from=builder --chown=node:node /app/gitnexus/dist ./gitnexus/dist
|
||||
COPY --from=builder --chown=node:node /app/gitnexus/node_modules ./gitnexus/node_modules
|
||||
COPY --from=builder --chown=node:node /app/gitnexus/package.json ./gitnexus/package.json
|
||||
COPY --from=builder --chown=node:node /app/gitnexus/scripts/install-duckdb-extension.mjs ./gitnexus/scripts/install-duckdb-extension.mjs
|
||||
COPY --from=builder --chown=node:node /app/gitnexus/vendor ./gitnexus/vendor
|
||||
|
||||
USER node
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue