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 806ded5 commit 46bca7cCopy full SHA for 46bca7c
api/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:22@sha256:6e62aab5da3680c65b90b213bb5c9768fd745fafecf8687e87a4728c99e5c1d2 AS build
+FROM node:22@sha256:f466376b5f5ca8327da5914fddbcb5eee21c1c8482bed548a5ee84750d0b1b69 AS build
2
WORKDIR /app
3
COPY *.json ./
4
RUN npm ci --omit=dev --ignore-scripts
frontend/Dockerfile
COPY . .
0 commit comments