fix: dockerignore not excluding packages/*/node_modules (#9296)
This commit is contained in:
parent
214de03301
commit
54ccacff97
2 changed files with 2 additions and 1 deletions
|
@ -30,4 +30,4 @@ COPY . ./
|
|||
|
||||
ENV NODE_ENV=production
|
||||
ENTRYPOINT ["/usr/bin/tini", "--"]
|
||||
CMD ["npm", "run", "migrateandstart"]
|
||||
CMD ["yarn", "run", "migrateandstart"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue