Mercurial > code > home > repos > front-door-display
view Dockerfile @ 2:1cfca88f76d0
WIP little lcd display
author | drewp@bigasterisk.com |
---|---|
date | Tue, 05 Mar 2024 16:21:31 -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