log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
code
>
home
>
repos
>
projects
comparison Dockerfile @ 0:
12238bbe5b85
default
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
start
author
drewp@bigasterisk.com
date
Sun, 18 Sep 2022 23:24:56 -0700
parents
children
comparison
equal
deleted
inserted
replaced
-1:000000000000
0:12238bbe5b85
1
FROM bang5:5000/base_basic
2
WORKDIR /opt
3
COPY package.json pnpm-lock.yaml ./
4
RUN pnpm install
5
COPY server.js /opt/