fix(FN-002): address Dockerfile build order, base images, .dockerignore, docs

This commit is contained in:
Fusion
2026-05-14 02:08:53 +02:00
parent 7b45344237
commit a091895998
7 changed files with 36 additions and 14 deletions
+6
View File
@@ -0,0 +1,6 @@
node_modules/
dist/
.git/
.env
.env.local
*.log
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:25-alpine AS builder
FROM node:22-alpine AS builder
WORKDIR /app
COPY package.json ./