diff --git a/Dockerfile b/Dockerfile index eb36bc1..1711c8d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,4 +18,4 @@ COPY . . EXPOSE 3000 -CMD [ "pnpm", "apps/${APP}/dist/index.js" ] \ No newline at end of file +CMD pnpm apps/$APP/dist/index.js \ No newline at end of file