a tool for shared writing and social publishing

call node directly

+2 -1
+2 -1
appview/Dockerfile
··· 8 8 9 9 # copy rest and build 10 10 COPY . /code/. 11 - CMD ["npm", "run", "start-appview-prod"] 11 + RUN npm run build-appview 12 + CMD ["node", "/code/appview/dist/index.js"]