mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add package file back to migration image
This is needed when running via docker-compose
This commit is contained in:
parent
ff871c35bc
commit
78cb194912
1 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,8 @@ FROM node:14.18-alpine
|
|||
|
||||
WORKDIR /app
|
||||
|
||||
COPY package.json .
|
||||
COPY yarn.lock .
|
||||
COPY tsconfig.json .
|
||||
|
||||
COPY /packages/db/package.json ./packages/db/package.json
|
||||
|
|
|
|||
Loading…
Reference in a new issue