comparison Dockerfile @ 24:03803832a087 default tip

add view definition for streamed-graph viewer
author drewp@bigasterisk.com
date Tue, 29 Mar 2022 21:17:56 -0700
parents b9fe6d26b3fa
children
comparison
equal deleted inserted replaced
23:681a59ddd1e6 24:03803832a087
21 21
22 COPY root-hgrc /root/.hgrc 22 COPY root-hgrc /root/.hgrc
23 COPY dot-ssh/ /root/.ssh/ 23 COPY dot-ssh/ /root/.ssh/
24 COPY config.yaml package.json pnpm-lock.yaml tsconfig.json vite.config.ts repo*.py patch_cyclone_sse.py index.html ./ 24 COPY config.yaml package.json pnpm-lock.yaml tsconfig.json vite.config.ts repo*.py patch_cyclone_sse.py index.html ./
25 COPY view/ ./view/ 25 COPY view/ ./view/
26 COPY public/ ./public/
27
26 #USER drewp 28 #USER drewp
27 29
28 CMD ["python3", "repo_local_status.py", "-v"] 30 CMD ["python3", "repo_local_status.py", "-v"]