diff --git a/Dockerfile b/Dockerfile index f29dce9..49859da 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]