diff --git a/Containerfile b/Containerfile index e0a8228..138e9af 100644 --- a/Containerfile +++ b/Containerfile @@ -7,4 +7,4 @@ COPY static static COPY src src RUN corepack enable && corepack prepare pnpm@latest --activate && pnpm install && pnpm run build -CMD node ./build +CMD ["node", "./build"]