annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
33178e5e356e old updates
drewp@bigasterisk.com
parents: 0
diff changeset
1 FROM reg:5000/base_basic
0
drewp@bigasterisk.com
parents:
diff changeset
2
drewp@bigasterisk.com
parents:
diff changeset
3 WORKDIR /opt
drewp@bigasterisk.com
parents:
diff changeset
4
drewp@bigasterisk.com
parents:
diff changeset
5 COPY package.json ./
drewp@bigasterisk.com
parents:
diff changeset
6 RUN pnpm install --loglevel debug
drewp@bigasterisk.com
parents:
diff changeset
7
13
deb0c25655eb cleanup, add FdClock and Countdown
drewp@bigasterisk.com
parents: 1
diff changeset
8 COPY tsconfig.json vite.config.ts ./
0
drewp@bigasterisk.com
parents:
diff changeset
9 COPY src ./src