Skip to content

Commit ec6eef6

Browse files
committed
cambios referido al frontend
1 parent b55eedd commit ec6eef6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

frontend/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,7 @@
4343
"devDependencies": {
4444
"gh-pages": "^6.2.0"
4545
},
46-
"proxy": "http://localhost:3001"
46+
"proxy": "http://localhost:5000",
47+
"HOST": "0.0.0.0"
48+
4749
}

render.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ services:
1616
name: backend
1717
env: python
1818
buildCommand: "docker build -t backend ./backend" # Construir la imagen de Docker
19-
startCommand: "docker run -p 5000:5000 backend" # Ejecutar el contenedor en el puerto adecuado
19+
startCommand: "docker run -p 3001:3001 backend" # Ejecutar el contenedor en el puerto adecuado
2020
rootDir: ./backend
2121
- type: web
2222
name: frontend

0 commit comments

Comments
 (0)