mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove root pkg dependencies from db docker image
Because this is just used to execute the migrations we can use the non-locked versions here and don't need to pull in all of the root workspace packages.
This commit is contained in:
parent
6798f45760
commit
5f81cd4729
1 changed files with 0 additions and 2 deletions
|
|
@ -2,8 +2,6 @@ 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