Copy public dir in build
This commit is contained in:
parent
f42052d6d8
commit
9586925234
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ WORKDIR /app
|
|||
# Copy only what's needed for server
|
||||
COPY --from=builder /app/node_modules ./node_modules
|
||||
COPY --from=builder /app/src ./src
|
||||
COPY --from=builder /app/public ./public
|
||||
COPY --from=builder /app/package.json ./
|
||||
|
||||
# Copy CLI binary for extraction if needed
|
||||
|
|
|
|||
Loading…
Reference in a new issue