diff --git a/Dockerfile b/Dockerfile index 1711c8d..3b33aae 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