Merge pull request #180 from omnivore-app/fix/migration-image

Add package file back to migration image
This commit is contained in:
Jackson Harper 2022-03-03 11:13:57 -08:00 committed by GitHub
commit a49c9ff6d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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