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