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.
2 parents 376173a + 741838a commit 47298c2Copy full SHA for 47298c2
Dockerfile
@@ -1,5 +1,5 @@
1
# Development build - minimal context needed since content is volume-mounted
2
-FROM node:24-bullseye AS base
+FROM node:25-bullseye AS base
3
4
# Create app directory
5
WORKDIR /app/src
dev.Dockerfile
@@ -1,6 +1,6 @@
# Minimal development Dockerfile
# Only installs npm dependencies since content is volume-mounted
6
0 commit comments