diff Dockerfile @ 0:12238bbe5b85 default tip

start
author drewp@bigasterisk.com
date Sun, 18 Sep 2022 23:24:56 -0700
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Dockerfile	Sun Sep 18 23:24:56 2022 -0700
@@ -0,0 +1,5 @@
+FROM bang5:5000/base_basic
+WORKDIR /opt
+COPY package.json pnpm-lock.yaml ./
+RUN pnpm install 
+COPY server.js /opt/