diff --git a/appview/Dockerfile b/appview/Dockerfile index d098bf45..18d4b4c7 100644 --- a/appview/Dockerfile +++ b/appview/Dockerfile @@ -9,4 +9,4 @@ RUN npm ci # copy rest and build COPY . /code/. RUN npm run build-appview -CMD ["timeout", "2h", "node", "/code/appview/dist/index.js"] +CMD ["node", "/code/appview/dist/index.js"]