Mercurial > code > home > repos > front-door-display
view Dockerfile @ 17:472003015880
restyle using css grid
author | drewp@bigasterisk.com |
---|---|
date | Fri, 07 Jun 2024 21:22:37 -0700 |
parents | deb0c25655eb |
children |
line wrap: on
line source
FROM reg:5000/base_basic WORKDIR /opt COPY package.json ./ RUN pnpm install --loglevel debug COPY tsconfig.json vite.config.ts ./ COPY src ./src