Skip to content
Snippets Groups Projects
Unverified Commit 54ccacff authored by rinsuki's avatar rinsuki Committed by GitHub
Browse files

fix: dockerignore not excluding packages/*/node_modules (#9296)

parent 214de033
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@ db/
docker-compose.yml
elasticsearch/
node_modules/
packages/*/node_modules
redis/
files/
misskey-assets/
......
......@@ -30,4 +30,4 @@ COPY . ./
ENV NODE_ENV=production
ENTRYPOINT ["/usr/bin/tini", "--"]
CMD ["npm", "run", "migrateandstart"]
CMD ["yarn", "run", "migrateandstart"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment