Merge branch 'dev' into 'staging'

Update Dockerfile - не могу посмотреть файловую систему в этом образе, но в...

See merge request pena-services/hub_admin_backend_service!14
This commit is contained in:
Mikhail 2023-03-20 09:19:09 +00:00
commit b9fc81b847

@ -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"]