fix: dockerignore not excluding packages/*/node_modules (#9296)
This commit is contained in:
@@ -30,4 +30,4 @@ COPY . ./
|
||||
|
||||
ENV NODE_ENV=production
|
||||
ENTRYPOINT ["/usr/bin/tini", "--"]
|
||||
CMD ["npm", "run", "migrateandstart"]
|
||||
CMD ["yarn", "run", "migrateandstart"]
|
||||
|
Reference in New Issue
Block a user