fix
This commit is contained in:
parent
f775f64034
commit
a1507d59a3
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
FROM node:22
|
FROM node:22
|
||||||
|
|
||||||
COPY node_modules index.js package.json yarn.lock .
|
COPY index.js package.json yarn.lock .
|
||||||
RUN yarn
|
RUN yarn
|
||||||
|
|
||||||
ENTRYPOINT node ./index.js
|
ENTRYPOINT node ./index.js
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue