mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #46 from omnivore-app/slim-db-package
Remove root pkg dependencies from db docker image
This commit is contained in:
commit
a9c0221694
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