Mercurial > code > home > repos > reposync
comparison Dockerfile @ 22:b9fe6d26b3fa
minor changes, fixes, upgrades
author | drewp@bigasterisk.com |
---|---|
date | Tue, 29 Mar 2022 21:15:51 -0700 |
parents | cb71722bb75c |
children | 03803832a087 |
comparison
equal
deleted
inserted
replaced
21:cb71722bb75c | 22:b9fe6d26b3fa |
---|---|
18 | 18 |
19 COPY package.json . | 19 COPY package.json . |
20 RUN pnpm install | 20 RUN pnpm install |
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 #USER drewp | 26 #USER drewp |
27 | 27 |
28 CMD ["python3", "repo_local_status.py", "-v"] | 28 CMD ["python3", "repo_local_status.py", "-v"] |