Update Dockerfile - не могу посмотреть файловую систему в этом образе, но в похожем, в pena-auth-service действительно нет в рабочем каталоге index.js, зато есть в /src/
This commit is contained in:
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"]
|
||||
|
Loading…
Reference in New Issue
Block a user