mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #180 from omnivore-app/fix/migration-image
Add package file back to migration image
This commit is contained in:
commit
a49c9ff6d4
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