Skip to content

Commit e1a9b38

Browse files
committed
listo para produccion v2
1 parent c8d9998 commit e1a9b38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ COPY package.json package-lock.json /app/
1111
RUN npm install
1212

1313
# Copia todo el código fuente del frontend
14-
COPY ./frontend /app
14+
COPY . /app
1515

1616
# Si estás construyendo una versión de producción
1717
RUN npm run build

0 commit comments

Comments
 (0)