fix DOcker file

This commit is contained in:
Entwicklung 2023-11-26 21:45:37 +01:00
parent d99d132093
commit c83456717a

View file

@ -12,4 +12,4 @@ USER node
COPY --chown=node:node . .
RUN ["chmod", "755", "index.mjs"]
CMD [ "node", "indec.mjs" ]
CMD [ "node", "index.mjs" ]