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 d347401 commit 252d5f0Copy full SHA for 252d5f0
api/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:22@sha256:909d2840362f35b605ebf4176952b06d02fdcf32971213e5d5ea1090a41097c8 AS build
+FROM node:22@sha256:e558507eb799e3a76fcdaaee5e48dce1a00aebc85892128a9fca59f63bd49511 AS build
2
WORKDIR /app
3
COPY *.json ./
4
RUN npm ci --omit=dev --ignore-scripts
frontend/Dockerfile
COPY . .
0 commit comments