annotate Dockerfile @ 0:12238bbe5b85 default tip

start
author drewp@bigasterisk.com
date Sun, 18 Sep 2022 23:24:56 -0700
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
drewp@bigasterisk.com
parents:
diff changeset
1 FROM bang5:5000/base_basic
drewp@bigasterisk.com
parents:
diff changeset
2 WORKDIR /opt
drewp@bigasterisk.com
parents:
diff changeset
3 COPY package.json pnpm-lock.yaml ./
drewp@bigasterisk.com
parents:
diff changeset
4 RUN pnpm install
drewp@bigasterisk.com
parents:
diff changeset
5 COPY server.js /opt/