diff --git a/Dockerfile b/Dockerfile index 90bbb2d2eb..da80820391 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,4 +17,4 @@ WORKDIR /app COPY --from=build /app . EXPOSE 3000 -CMD [ "node", "build/index.js"] \ No newline at end of file +CMD [ "node", "index.js"] \ No newline at end of file