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 .
|
||||
@@ -21,4 +21,4 @@ COPY --from=builder /dist /usr/share/nginx/html
|
||||
EXPOSE 80
|
||||
|
||||
# Start Nginx server
|
||||
CMD ["nginx", "-g", "daemon off;"]
|
||||
CMD ["nginx", "-g", "daemon off;"]
|
||||
|
||||
Reference in New Issue
Block a user