Fix module not found if new package added (#2503)
* Fix module not found if new package added * remove incorrect comment --------- Co-authored-by: Keyan <34140557+huumn@users.noreply.github.com>
This commit is contained in:
parent
25f98c7ea9
commit
b5003be8cb
@ -16,4 +16,6 @@ EXPOSE 3000
|
|||||||
|
|
||||||
COPY package.json package-lock.json ./
|
COPY package.json package-lock.json ./
|
||||||
RUN npm ci --legacy-peer-deps --loglevel verbose
|
RUN npm ci --legacy-peer-deps --loglevel verbose
|
||||||
CMD ["sh","-c","npx prisma migrate dev && npm run dev"]
|
|
||||||
|
# run npm ci again because we're mounting node_modules in local dev
|
||||||
|
CMD ["sh","-c","npm ci --legacy-peer-deps --loglevel verbose && npx prisma migrate dev && npm run dev"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user