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 c64633b commit 9d4448fCopy full SHA for 9d4448f
api/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:22@sha256:bc77e2513f2034916f1f84299e88d17ff3612f45ad17655df07008ec6778a4bf AS build
+FROM node:22@sha256:0b5b940c21ab03353de9042f9166c75bcfc53c4cd0508c7fd88576646adbf875 AS build
2
WORKDIR /app
3
COPY *.json ./
4
RUN npm ci --omit=dev --ignore-scripts
frontend/Dockerfile
COPY . .
0 commit comments