fix(FN-002): address Dockerfile build order, base images, .dockerignore, docs
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
node_modules/
|
||||
dist/
|
||||
.git/
|
||||
.env
|
||||
.env.local
|
||||
*.log
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM node:25-alpine AS builder
|
||||
FROM node:22-alpine AS builder
|
||||
|
||||
WORKDIR /app
|
||||
COPY package.json ./
|
||||
|
||||
Reference in New Issue
Block a user