view Dockerfile @ 3:045013c772ed

vite paths; mockup of lcd page
author drewp@bigasterisk.com
date Tue, 05 Mar 2024 17:24:18 -0800
parents 33178e5e356e
children deb0c25655eb
line wrap: on
line source

FROM reg:5000/base_basic

WORKDIR /opt

COPY package.json ./
RUN pnpm install --loglevel debug

COPY index.html tsconfig.json vite.config.ts ./
COPY src ./src