a tool for shared writing and social publishing
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

remove sleep logic for appview

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