From fa54ee276f0a1efb37ba5652231827f7e1dbf2ae Mon Sep 17 00:00:00 2001 From: Liam Date: Thu, 16 Nov 2023 12:58:28 +0000 Subject: [PATCH] 7 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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