Modificar Dockerfile

This commit is contained in:
Bxio 2025-07-05 11:45:34 +00:00
parent a00aab9fbc
commit ec83921ccf

View File

@ -1,7 +1,7 @@
# Stage 1: Build # Stage 1: Build
FROM node:18-alpine AS builder FROM node:18-alpine AS builder
WORKDIR /app WORKDIR /appz
COPY package.json package-lock.json* ./ COPY package.json package-lock.json* ./