view web/Dockerfile @ 7:53ae53f7d1b3

add k8s config
author drewp@bigasterisk.com
date Sat, 06 Jul 2024 16:45:19 -0700
parents
children
line wrap: on
line source

FROM reg:5000/base_basic

WORKDIR /opt

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

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