Spaces:
Runtime error
Runtime error
| FROM requarks/wiki:2 | |
| # Port ααα― 7860 ααΎα¬ α‘αα±αα¬αΈαααΊ | |
| ENV PORT=7860 | |
| ENV WIKI_PORT=7860 | |
| ENV NODE_ENV=production | |
| # Hugging Face α Port 7860 ααα―αα² αα―αΆαΈαα¬ααΌα αΊααα―α· | |
| EXPOSE 7860 | |
| # Wiki.js ααα― Port 7860 ααΎα¬ α‘αααΊαΈ run ααα―ααΊαΈαα²α· command αα« | |
| CMD ["node", "server", "--port", "7860"] |