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 14251b8 commit b57c4bbCopy full SHA for b57c4bb
api/Dockerfile
@@ -1,5 +1,5 @@
1
# Build static files
2
-FROM node:22.10.0-slim AS build
+FROM node:22.11.0-slim AS build
3
WORKDIR /app
4
COPY *.json ./
5
RUN npm ci --omit=dev --ignore-scripts
frontend/Dockerfile
COPY . .
0 commit comments