index
:
github/mycelium-warning.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Dockerfile
blob: 5288b2764d610934285d0f6330326f56ddf1b495 (
plain
)
1
2
3
FROM
node:22
COPY
app.js
app.js
ENTRYPOINT
[
"node"
,
"app.js"
]