view Dockerfile @ 21:a90cb6927c7d default tip

fix countdown queries. Display "now" instead of "In -0.4 hours"
author drewp@bigasterisk.com
date Sat, 07 Sep 2024 17:47:36 -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