commit beb1c4b1edffe7dd8e88d3685d11933bc8bcee2c parent b6602f087189a4e4dd7d6fba710f06f1381d9340 Author: iostpa <iostpa@iostpa.com> Date: Wed, 29 Jul 2026 11:45:33 +0300 use this for the time being Diffstat:
| M | Dockerfile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile @@ -2,5 +2,5 @@ FROM ghcr.io/pnpm/pnpm:11 RUN pnpm runtime set node 26 -g WORKDIR /app COPY . . -RUN pnpm install --frozen-lockfile +RUN pnpm install CMD ["pnpm", "run", "server"]