fix(docker): server deps
This commit is contained in:
parent
1ac8a6e446
commit
801527613c
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ ENV DB_DIR=/data
|
|||
COPY --from=build /app/node_modules ./node_modules
|
||||
COPY --from=build /app/package.json ./package.json
|
||||
COPY --from=build /app/server/package.json ./server/package.json
|
||||
COPY --from=build /app/server/node_modules ./server/node_modules
|
||||
COPY --from=build /app/server/dist ./server/dist
|
||||
COPY --from=build /app/client/dist ./client/dist
|
||||
COPY --from=build /app/database ./database
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue