Update Dockerfile - не могу посмотреть файловую систему в этом образе, но в похожем, в pena-auth-service действительно нет в рабочем каталоге index.js, зато есть в /src/

This commit is contained in:
Mikhail 2023-03-20 09:18:17 +00:00
parent 9f0a559939
commit c0627201fa

@ -33,4 +33,4 @@ USER node
RUN yarn install --non-interactive --frozen-lockfile --production && yarn cache clean
CMD ["node", "index.js"]
CMD ["node", "./src/index.js"]