diff --git a/Dockerfile b/Dockerfile index c14f133..ca2350b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -53,4 +53,4 @@ FROM base as production COPY --from=build --chown=node:node /opt/dist ./dist COPY --from=modules --chown=node:node /opt/node_modules ./node_modules -CMD node dist/index.js \ No newline at end of file +CMD node dist/src/index.js \ No newline at end of file