view Dockerfile @ 6:e36abecb48a1

experimenting with block size & delay
author drewp@bigasterisk.com
date Fri, 08 Mar 2024 09:17:05 -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