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:
Jackson Harper 2022-02-13 22:12:14 -08:00
parent 6798f45760
commit 5f81cd4729

View file

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