diff --git a/Dockerfile b/Dockerfile index a33f0077d..ff49b02ac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,4 +32,4 @@ RUN pnpm ui:build ENV NODE_ENV=production -CMD ["node", "dist/index.js"] +CMD ["node", "dist/index.js"] \ No newline at end of file