fix DOcker file
This commit is contained in:
parent
d99d132093
commit
c83456717a
1 changed files with 1 additions and 1 deletions
|
@ -12,4 +12,4 @@ USER node
|
|||
COPY --chown=node:node . .
|
||||
RUN ["chmod", "755", "index.mjs"]
|
||||
|
||||
CMD [ "node", "indec.mjs" ]
|
||||
CMD [ "node", "index.mjs" ]
|
Loading…
Add table
Reference in a new issue