Mercurial > code > home > repos > reposync
diff 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 |
line wrap: on
line diff
--- a/Dockerfile Tue Mar 29 21:16:43 2022 -0700 +++ b/Dockerfile Tue Mar 29 21:17:56 2022 -0700 @@ -23,6 +23,8 @@ COPY dot-ssh/ /root/.ssh/ COPY config.yaml package.json pnpm-lock.yaml tsconfig.json vite.config.ts repo*.py patch_cyclone_sse.py index.html ./ COPY view/ ./view/ +COPY public/ ./public/ + #USER drewp CMD ["python3", "repo_local_status.py", "-v"]