Mercurial > code > home > repos > reposync
diff Dockerfile @ 22:b9fe6d26b3fa
minor changes, fixes, upgrades
author | drewp@bigasterisk.com |
---|---|
date | Tue, 29 Mar 2022 21:15:51 -0700 |
parents | cb71722bb75c |
children | 03803832a087 |
line wrap: on
line diff
--- a/Dockerfile Tue Mar 29 21:13:48 2022 -0700 +++ b/Dockerfile Tue Mar 29 21:15:51 2022 -0700 @@ -20,9 +20,9 @@ RUN pnpm install COPY root-hgrc /root/.hgrc -COPY dot-ssh/* /root/.ssh/ +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 view/ ./view/ #USER drewp CMD ["python3", "repo_local_status.py", "-v"]