view Dockerfile.web @ 13:403eff4a16c8

fix up indexer flow and fastapi server
author drewp@bigasterisk.com
date Thu, 11 Jul 2024 21:32:24 -0700
parents 6622bacb0b84
children
line wrap: on
line source

FROM reg:5000/base_basic

WORKDIR /opt

COPY web/package.json web/pnpm-lock.yaml ./
RUN cd web; pnpm install

COPY web/vite.config.ts web/tsconfig.json ./
COPY web/src/ ./src/