We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 627fd72 commit 8621bc3Copy full SHA for 8621bc3
1 file changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:20-slim
+FROM node:22-slim
2
3
RUN apt-get update && apt-get install -y make
4
@@ -7,11 +7,11 @@ ENV PATH="$PNPM_HOME:$PATH"
7
8
RUN corepack enable
9
10
-RUN pnpm config set store-dir /home/node/.local/share/pnpm/store
11
-
12
WORKDIR /app
13
14
COPY Makefile package.json pnpm-lock.yaml ./
+
+RUN pnpm config set store-dir /home/node/.local/share/pnpm/store
15
RUN make install
16
17
RUN mkdir -p /app/src
0 commit comments