docker
This commit is contained in:
parent
0c3e4ae880
commit
f775f64034
2 changed files with 15 additions and 2 deletions
9
Dockerfile
Normal file
9
Dockerfile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
FROM node:22
|
||||
|
||||
COPY node_modules index.js package.json yarn.lock .
|
||||
RUN yarn
|
||||
|
||||
ENTRYPOINT node ./index.js
|
||||
|
||||
LABEL org.opencontainers.image.title="hj-stream-bot" \
|
||||
org.opencontainers.image.description="HJ Stream Bot"
|
||||
Loading…
Add table
Add a link
Reference in a new issue