We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b55eedd commit ec6eef6Copy full SHA for ec6eef6
frontend/package.json
@@ -43,5 +43,7 @@
43
"devDependencies": {
44
"gh-pages": "^6.2.0"
45
},
46
- "proxy": "http://localhost:3001"
+ "proxy": "http://localhost:5000",
47
+ "HOST": "0.0.0.0"
48
+
49
}
render.yaml
@@ -16,7 +16,7 @@ services:
16
name: backend
17
env: python
18
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
+ startCommand: "docker run -p 3001:3001 backend" # Ejecutar el contenedor en el puerto adecuado
20
rootDir: ./backend
21
- type: web
22
name: frontend
0 commit comments