How to package my own release from a fork? #7503
Unanswered
kengher
asked this question in
Help / Questions
Replies: 1 comment 1 reply
-
I use a docker container to run wikijs. So on my fork, I just run "docker build -f dev/build/Dockerfile" with appropriate "--tag", docker push to my docker registry, and then pull down the new version to my server to run. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello. I forked the repo and modified locally for my personal use. What's the correct way to package my own releases to my server? I tried to tarball the same files/folders structure as the official releases' but after deployment I was receiving errors:
error: Package subpath './public/extractFiles' is not defined by "exports" in /var/www/wikijs/node_modules/apollo-upload-client/node_modules/extract-files/package.json
I cleared out node_modules and did NPM install several times and it didn't fix it. I even went into that package.json file and manually added the subpath & export option and still didn't work.
Beta Was this translation helpful? Give feedback.
All reactions