Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/acid-chicken/misskeyci-docker
https://github.com/acid-chicken/misskeyci-docker
ci circleci docker misskey
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/acid-chicken/misskeyci-docker
- Owner: acid-chicken
- License: mit
- Created: 2018-10-29T17:03:11.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-31T20:13:28.000Z (almost 5 years ago)
- Last Synced: 2024-05-21T00:58:34.463Z (8 months ago)
- Topics: ci, circleci, docker, misskey
- Language: Dockerfile
- Size: 513 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
misskeyci-docker
==Internal project.
How to update
--1. Remove current yarn.lock (`rm -f yarn.lock`)
2. Go into the submodule (`cd path/to/misskey`)
3. Update the submodule (`git submodule update`)
4. Create yarn.lock (`yarn install`)
5. Check vulnerabilities (`yarn audit`)
6. Fix vulnerabilities (`vim yarn.lock`)
7. Move yarn.lock to the root directory (`mv yarn.lock to/root`)
8. Go out of the submodule (`cd back/to/root`)