I was being stupid. It's node:22, not node-22 in the Dockerfile.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM node-22 as builder
|
FROM node:22 as builder
|
||||||
|
|
||||||
# Copy package*.json
|
# Copy package*.json
|
||||||
COPY package*.json .
|
COPY package*.json .
|
||||||
|
|||||||
Reference in New Issue
Block a user