mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
Add command to copy package.json of root to server.Dockerfile (#2148)
This commit is contained in:
parent
c6ae53bd4e
commit
aac178eb55
1 changed files with 3 additions and 0 deletions
|
|
@ -32,6 +32,9 @@ RUN apk add postgresql-client freetds
|
|||
|
||||
RUN mkdir -p /app
|
||||
|
||||
# copy npm scripts
|
||||
COPY --from=builder /app/package.json ./app/package.json
|
||||
|
||||
# copy plugins dependencies
|
||||
COPY --from=builder /app/plugins/dist ./app/plugins/dist
|
||||
COPY --from=builder /app/plugins/client.js ./app/plugins/client.js
|
||||
|
|
|
|||
Loading…
Reference in a new issue