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 66c04a4 commit 28efebfCopy full SHA for 28efebf
api/Dockerfile
@@ -1,5 +1,5 @@
1
# Build static files
2
-FROM node:22.6.0-slim AS build
+FROM node:22.7.0-slim AS build
3
WORKDIR /app
4
COPY *.json ./
5
RUN npm ci --omit=dev --ignore-scripts
frontend/Dockerfile
COPY . .
0 commit comments