From f237a28c27bab87379daa579463d482d268a2031 Mon Sep 17 00:00:00 2001 From: Liam Date: Thu, 16 Nov 2023 12:58:48 +0000 Subject: [PATCH] 7 --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3b33aae..041907c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ FROM fascinated/docker-images:node-pnpm-latest ARG APP +ENV APP=${APP} WORKDIR /usr/src/app @@ -18,4 +19,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