mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-18 00:03:23 +02:00
Config tweaks for docker
- Remove `$` interpolation for env - Allow puppeteer to work headless in docker, headful with npx
This commit is contained in:
@@ -22,4 +22,6 @@ ENV NODE_ENV=production
|
||||
|
||||
RUN npm ci --ignore-scripts --omit-dev
|
||||
|
||||
ENTRYPOINT ["node", "dist/index.js"]
|
||||
WORKDIR /projects
|
||||
|
||||
ENTRYPOINT ["node", "/app/dist/index.js"]
|
||||
Reference in New Issue
Block a user